Color Hex Logo

#013092 Color Hex

#013092
(1,48,146)
0 Favorites   0 Comments

Color spaces of #013092

RGB 148146
HSL0.610.990.29
HSV221°99°57°
CMYK 0.990.670.00   0.43
XYZ6.25784.195727.6742
Yxy4.19570.16410.1100
Hunter Lab20.483418.6868-65.7656
CIE-Lab24.308128.1556-57.1911

#013092 color RGB value is (1,48,146).

#013092 hex color red value is 1, green value is 48 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #013092 hue: 0.61 , saturation: 0.99 and the lightness value of 013092 is 0.29.

The process color (four color CMYK) of #013092 color hex is 0.99, 0.67, 0.00, 0.43. Web safe color of #013092 is #003399. Color #013092 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110000 10010010
Octal 1 60 222
Decimal 1 48 146
Hex 1 30 92

RGB Percentages of Color #013092

%0.51
%24.62
%74.87

CMYK Percentages of Color #013092

%99
%67
%0
%43

Triadic Colors of #013092

#013092 #920130 #309201

Analogous Colors of #013092

#013092 #1b0192 #017992

Monochromatic Colors of #013092

#013092

Complementary Color

#013092 #926301

#013092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013092 Color CSS Codes

.mybgcolor {background-color:#013092; } 
.myforecolor {color:#013092; }
.mybordercolor {border:3px solid #013092; }

#013092 Text Font Color

<p style="color:#013092">Text here</p>

This sample text font color is #013092
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#013092 Background Color

<div style="background-color:#013092">
Div content here</div>

This div background color is #013092


#013092 Border Color

<div style="border:3px solid #013092">
Div here</div>

This div border color is #013092


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,48,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #013092; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #013092;
  -webkit-box-shadow: 1px 1px 3px 2px #013092;
  box-shadow:         1px 1px 3px 2px #013092; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,48,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #013092">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #013092;
  -webkit-box-shadow: 1px 1px 3px 2px #013092;
  box-shadow:         1px 1px 3px 2px #013092;">
Div content here</div>

This div box has shadow with color #013092


Comments

No comments written yet.

Please login to write comment.