Html Css Color HEX #004973 Dark Cerulean

📋 copy color: '#004973'

red 0 ◦ green 73 ◦ blue 115

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

Shades of Dark Cerulean #004973

Tints of Dark Cerulean #004973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.83%

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

R = 0%
G = 38.83%
B = 61.17%

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

#004973 (or 0x004973) is known color: Dark Cerulean. HEX triplet: 00, 49 and 73. RGB value is (0,73,115). Sum of RGB (Red+Green+Blue) = 0+73+115=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #004973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004973 is #FFB68C. Grayscale: #373737. Windows color (decimal): -16758413 or 7555328. OLE color: 7555328.

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

Color convert

RGB 0 73 115 -
CMYK 1 0.37 0 0.55
HSL 201.91º 1% 0.23% -
HSV(B) 201.91º 1% 0.45% -
XYZ 5.48 6 17.09 -
YUV 55.96 161.32 88.08 -
System Red Green Blue C M Y K H S L
Decimal 0 73 115 1 0.37 0 0.55 201.91 1 0.23
Hex 0 49 73 64 25 0 37 CA 64 17
Octal 0 111 163 144 45 0 67 312 144 27
Binary 0 1001001 1110011 1100100 100101 0 110111 11001010 1100100 10111

Color Harmonies of #004973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004973

Black with #004973

Text Example


Text Example

White with #004973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004973; }

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

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

background-color css

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

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

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

border-color css

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

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

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