Html Css Color HEX #004974 Dark Cerulean

📋 copy color: '#004974'

red 0 ◦ green 73 ◦ blue 116

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

Shades of Dark Cerulean #004974

Tints of Dark Cerulean #004974

RGB

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

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

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

R = 0%
G = 38.62%
B = 61.38%

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

#004974 (or 0x004974) is known color: Dark Cerulean. HEX triplet: 00, 49 and 74. RGB value is (0,73,116). Sum of RGB (Red+Green+Blue) = 0+73+116=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #004974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004974 is #FFB68B. Grayscale: #373737. Windows color (decimal): -16758412 or 7620864. OLE color: 7620864.

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

Color convert

RGB 0 73 116 -
CMYK 1 0.37 0 0.55
HSL 202.24º 1% 0.23% -
HSV(B) 202.24º 1% 0.45% -
XYZ 5.53 6.03 17.39 -
YUV 56.08 161.82 88 -
System Red Green Blue C M Y K H S L
Decimal 0 73 116 1 0.37 0 0.55 202.24 1 0.23
Hex 0 49 74 64 25 0 37 CA 64 17
Octal 0 111 164 144 45 0 67 312 144 27
Binary 0 1001001 1110100 1100100 100101 0 110111 11001010 1100100 10111

Color Harmonies of #004974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004974

Black with #004974

Text Example


Text Example

White with #004974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004974; }

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

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

background-color css

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

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

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

border-color css

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

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

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