Color Hex Logo

#012298 Color Hex

#012298
(1,34,152)
0 Favorites   0 Comments

Color spaces of #012298

RGB 134152
HSL0.630.990.30
HSV227°99°60°
CMYK 0.990.780.00   0.40
XYZ6.25203.417530.0359
Yxy3.41750.15750.0861
Hunter Lab18.486528.0161-83.3909
CIE-Lab21.643939.5772-65.2906

#012298 color RGB value is (1,34,152).

#012298 hex color red value is 1, green value is 34 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #012298 hue: 0.63 , saturation: 0.99 and the lightness value of 012298 is 0.30.

The process color (four color CMYK) of #012298 color hex is 0.99, 0.78, 0.00, 0.40. Web safe color of #012298 is #003399. Color #012298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100010 10011000
Octal 1 42 230
Decimal 1 34 152
Hex 1 22 98

RGB Percentages of Color #012298

%0.53
%18.18
%81.28

CMYK Percentages of Color #012298

%99
%78
%0
%40

Triadic Colors of #012298

#012298 #980122 #229801

Analogous Colors of #012298

#012298 #2b0198 #016e98

Monochromatic Colors of #012298

#012298

Complementary Color

#012298 #987701

#012298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012298 Color CSS Codes

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

#012298 Text Font Color

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

This sample text font color is #012298
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.


#012298 Background Color

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

This div background color is #012298


#012298 Border Color

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

This div border color is #012298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012298


Comments

No comments written yet.

Please login to write comment.