Html Css Color HEX #014774 Dark Cerulean

📋 copy color: '#014774'

red 1 ◦ green 71 ◦ blue 116

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

Shades of Dark Cerulean #014774

Tints of Dark Cerulean #014774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

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

R = 0.53%
G = 37.77%
B = 61.7%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014774 (or 0x014774) is known color: Dark Cerulean. HEX triplet: 01, 47 and 74. RGB value is (1,71,116). Sum of RGB (Red+Green+Blue) = 1+71+116=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #014774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014774 is #FEB88B. Grayscale: #363636. Windows color (decimal): -16693388 or 7620353. OLE color: 7620353.

HSL color Cylindrical-coordinate representation of color #014774: hue angle of 203.48º 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 #014774 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 71 116 -
CMYK 0.99 0.39 0 0.55
HSL 203.48º 0.98% 0.23% -
HSV(B) 203.48º 0.99% 0.45% -
XYZ 5.42 5.77 17.35 -
YUV 55.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 1 71 116 0.99 0.39 0 0.55 203.48 0.98 0.23
Hex 1 47 74 63 27 0 37 CB 62 17
Octal 1 107 164 143 47 0 67 313 142 27
Binary 1 1000111 1110100 1100011 100111 0 110111 11001011 1100010 10111

Color Harmonies of #014774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014774

Black with #014774

Text Example


Text Example

White with #014774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014774; }

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

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

background-color css

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

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

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

border-color css

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

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

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