Html Css Color HEX #004873 Dark Cerulean

📋 copy color: '#004873'

red 0 ◦ green 72 ◦ blue 115

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

Shades of Dark Cerulean #004873

Tints of Dark Cerulean #004873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.5%

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

R = 0%
G = 38.5%
B = 61.5%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004873 (or 0x004873) is known color: Dark Cerulean. HEX triplet: 00, 48 and 73. RGB value is (0,72,115). Sum of RGB (Red+Green+Blue) = 0+72+115=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #004873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004873 is #FFB78C. Grayscale: #373737. Windows color (decimal): -16758669 or 7555072. OLE color: 7555072.

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

Color convert

RGB 0 72 115 -
CMYK 1 0.37 0 0.55
HSL 202.43º 1% 0.23% -
HSV(B) 202.43º 1% 0.45% -
XYZ 5.41 5.87 17.07 -
YUV 55.37 161.65 88.5 -
System Red Green Blue C M Y K H S L
Decimal 0 72 115 1 0.37 0 0.55 202.43 1 0.23
Hex 0 48 73 64 25 0 37 CA 64 17
Octal 0 110 163 144 45 0 67 312 144 27
Binary 0 1001000 1110011 1100100 100101 0 110111 11001010 1100100 10111

Color Harmonies of #004873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004873

Black with #004873

Text Example


Text Example

White with #004873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004873; }

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

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

background-color css

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

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

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

border-color css

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

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

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