Html Css Color HEX #044974 Dark Cerulean

📋 copy color: '#044974'

red 4 ◦ green 73 ◦ blue 116

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

Shades of Dark Cerulean #044974

Tints of Dark Cerulean #044974

RGB

 RED value IS 4 (1.95% from 255) = 2.07%

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

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

R = 2.07%
G = 37.82%
B = 60.1%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#044974 (or 0x044974) is known color: Dark Cerulean. HEX triplet: 04, 49 and 74. RGB value is (4,73,116). Sum of RGB (Red+Green+Blue) = 4+73+116=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #044974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044974 is #FBB68B. Grayscale: #393939. Windows color (decimal): -16496268 or 7620868. OLE color: 7620868.

HSL color Cylindrical-coordinate representation of color #044974: hue angle of 203.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044974 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 73 116 -
CMYK 0.97 0.37 0 0.55
HSL 203.04º 0.93% 0.24% -
HSV(B) 203.04º 0.97% 0.45% -
XYZ 5.58 6.05 17.4 -
YUV 57.27 161.14 90 -
System Red Green Blue C M Y K H S L
Decimal 4 73 116 0.97 0.37 0 0.55 203.04 0.93 0.24
Hex 4 49 74 61 25 0 37 CB 5D 18
Octal 4 111 164 141 45 0 67 313 135 30
Binary 100 1001001 1110100 1100001 100101 0 110111 11001011 1011101 11000

Color Harmonies of #044974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044974

Black with #044974

Text Example


Text Example

White with #044974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044974; }

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

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

background-color css

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

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

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

border-color css

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

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

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