Html Css Color HEX #004471 Dark Cerulean

📋 copy color: '#004471'

red 0 ◦ green 68 ◦ blue 113

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

Shades of Dark Cerulean #004471

Tints of Dark Cerulean #004471

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 68 (26.95% from 255) = 37.57%

 BLUE value IS 113 (44.53% from 255) = 62.43%

R = 0%
G = 37.57%
B = 62.43%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#004471 (or 0x004471) is known color: Dark Cerulean. HEX triplet: 00, 44 and 71. RGB value is (0,68,113). Sum of RGB (Red+Green+Blue) = 0+68+113=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #004471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004471 is #FFBB8E. Grayscale: #343434. Windows color (decimal): -16759695 or 7422976. OLE color: 7422976.

HSL color Cylindrical-coordinate representation of color #004471: hue angle of 203.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004471 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 68 113 -
CMYK 1 0.40 0 0.56
HSL 203.89º 1% 0.22% -
HSV(B) 203.89º 1% 0.44% -
XYZ 5.05 5.33 16.38 -
YUV 52.8 161.97 90.34 -
System Red Green Blue C M Y K H S L
Decimal 0 68 113 1 0.40 0 0.56 203.89 1 0.22
Hex 0 44 71 64 28 0 38 CC 64 16
Octal 0 104 161 144 50 0 70 314 144 26
Binary 0 1000100 1110001 1100100 101000 0 111000 11001100 1100100 10110

Color Harmonies of #004471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004471

Black with #004471

Text Example


Text Example

White with #004471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004471; }

 p { color: rgb(0,68,113); }

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

background-color css

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

 a { background-color: rgb(0,68,113); }

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

border-color css

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

 span { border-color: rgb(0,68,113); }

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