Html Css Color HEX #014574 Dark Cerulean

📋 copy color: '#014574'

red 1 ◦ green 69 ◦ blue 116

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

Shades of Dark Cerulean #014574

Tints of Dark Cerulean #014574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 62.37%

R = 0.54%
G = 37.1%
B = 62.37%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014574 (or 0x014574) is known color: Dark Cerulean. HEX triplet: 01, 45 and 74. RGB value is (1,69,116). Sum of RGB (Red+Green+Blue) = 1+69+116=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #014574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014574 is #FEBA8B. Grayscale: #353535. Windows color (decimal): -16693900 or 7619841. OLE color: 7619841.

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

Color convert

RGB 1 69 116 -
CMYK 0.99 0.41 0 0.55
HSL 204.52º 0.98% 0.23% -
HSV(B) 204.52º 0.99% 0.45% -
XYZ 5.29 5.52 17.31 -
YUV 54.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 1 69 116 0.99 0.41 0 0.55 204.52 0.98 0.23
Hex 1 45 74 63 29 0 37 CD 62 17
Octal 1 105 164 143 51 0 67 315 142 27
Binary 1 1000101 1110100 1100011 101001 0 110111 11001101 1100010 10111

Color Harmonies of #014574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014574

Black with #014574

Text Example


Text Example

White with #014574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014574; }

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

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

background-color css

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

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

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

border-color css

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

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

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