Html Css Color HEX #014576 Dark Cerulean

📋 copy color: '#014576'

red 1 ◦ green 69 ◦ blue 118

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

Shades of Dark Cerulean #014576

Tints of Dark Cerulean #014576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 62.77%

R = 0.53%
G = 36.7%
B = 62.77%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#014576 (or 0x014576) is known color: Dark Cerulean. HEX triplet: 01, 45 and 76. RGB value is (1,69,118). Sum of RGB (Red+Green+Blue) = 1+69+118=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #014576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014576 is #FEBA89. Grayscale: #353535. Windows color (decimal): -16693898 or 7750913. OLE color: 7750913.

HSL color Cylindrical-coordinate representation of color #014576: hue angle of 205.13º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014576 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 69 118 -
CMYK 0.99 0.42 0 0.54
HSL 205.13º 0.98% 0.23% -
HSV(B) 205.13º 0.99% 0.46% -
XYZ 5.41 5.57 17.93 -
YUV 54.25 163.97 90.02 -
System Red Green Blue C M Y K H S L
Decimal 1 69 118 0.99 0.42 0 0.54 205.13 0.98 0.23
Hex 1 45 76 63 2A 0 36 CD 62 17
Octal 1 105 166 143 52 0 66 315 142 27
Binary 1 1000101 1110110 1100011 101010 0 110110 11001101 1100010 10111

Color Harmonies of #014576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014576

Black with #014576

Text Example


Text Example

White with #014576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014576; }

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

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

background-color css

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

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

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

border-color css

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

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

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