Html Css Color HEX #014591 Dark Cerulean

📋 copy color: '#014591'

red 1 ◦ green 69 ◦ blue 145

#014591
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #014591

Tints of Dark Cerulean #014591

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

 GREEN value IS 69 (27.34% from 255) = 32.09%

 BLUE value IS 145 (57.03% from 255) = 67.44%

R = 0.47%
G = 32.09%
B = 67.44%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#014591 (or 0x014591) is known color: Dark Cerulean. HEX triplet: 01, 45 and 91. RGB value is (1,69,145). Sum of RGB (Red+Green+Blue) = 1+69+145=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #014591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014591 is #FEBA6E. Grayscale: #383838. Windows color (decimal): -16693871 or 9520385. OLE color: 9520385.

HSL color Cylindrical-coordinate representation of color #014591: hue angle of 211.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014591 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 69 145 -
CMYK 0.99 0.52 0 0.43
HSL 211.67º 0.99% 0.29% -
HSV(B) 211.67º 0.99% 0.57% -
XYZ 7.25 6.31 27.62 -
YUV 57.33 177.47 87.82 -
System Red Green Blue C M Y K H S L
Decimal 1 69 145 0.99 0.52 0 0.43 211.67 0.99 0.29
Hex 1 45 91 63 34 0 2B D4 63 1D
Octal 1 105 221 143 64 0 53 324 143 35
Binary 1 1000101 10010001 1100011 110100 0 101011 11010100 1100011 11101

Color Harmonies of #014591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014591

Black with #014591

Text Example


Text Example

White with #014591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014591; }

 p { color: rgb(1,69,145); }

 H1.HeaderClassName
 {
   color: #014591;
 }
 .AnyTagClassName
 {
   color: #014591;
 }
</style>

background-color css

<style>
 a { background-color: #014591; }

 a { background-color: rgb(1,69,145); }

 div.DivClassName
 {
   background-color: #014591;
 }
 .BgClassName
 {
   background-color: #014591;
 }
</style>

border-color css

<style>
 span { border-color: #014591; }

 span { border-color: rgb(1,69,145); }

 td.TdClassName
 {
   border-color: #014591;
 }
 .TagClassName
 {
   border-color: #014591;
 }
</style>