Html Css Color HEX #004473 Dark Cerulean

📋 copy color: '#004473'

red 0 ◦ green 68 ◦ blue 115

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

Shades of Dark Cerulean #004473

Tints of Dark Cerulean #004473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 62.84%

R = 0%
G = 37.16%
B = 62.84%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004473 (or 0x004473) is known color: Dark Cerulean. HEX triplet: 00, 44 and 73. RGB value is (0,68,115). Sum of RGB (Red+Green+Blue) = 0+68+115=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #004473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004473 is #FFBB8C. Grayscale: #343434. Windows color (decimal): -16759693 or 7554048. OLE color: 7554048.

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

Color convert

RGB 0 68 115 -
CMYK 1 0.41 0 0.55
HSL 204.52º 1% 0.23% -
HSV(B) 204.52º 1% 0.45% -
XYZ 5.16 5.37 16.98 -
YUV 53.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 0 68 115 1 0.41 0 0.55 204.52 1 0.23
Hex 0 44 73 64 29 0 37 CD 64 17
Octal 0 104 163 144 51 0 67 315 144 27
Binary 0 1000100 1110011 1100100 101001 0 110111 11001101 1100100 10111

Color Harmonies of #004473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004473

Black with #004473

Text Example


Text Example

White with #004473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004473; }

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

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

background-color css

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

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

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

border-color css

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

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

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