Html Css Color HEX #044A71 Dark Cerulean

📋 copy color: '#044A71'

red 4 ◦ green 74 ◦ blue 113

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

Shades of Dark Cerulean #044A71

Tints of Dark Cerulean #044A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.74%

 BLUE value IS 113 (44.53% from 255) = 59.16%

R = 2.09%
G = 38.74%
B = 59.16%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#044A71 (or 0x044A71) is known color: Dark Cerulean. HEX triplet: 04, 4A and 71. RGB value is (4,74,113). Sum of RGB (Red+Green+Blue) = 4+74+113=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #044A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A71 is #FBB58E. Grayscale: #393939. Windows color (decimal): -16496015 or 7424516. OLE color: 7424516.

HSL color Cylindrical-coordinate representation of color #044A71: hue angle of 201.47º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044A71 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 74 113 -
CMYK 0.96 0.35 0 0.56
HSL 201.47º 0.93% 0.23% -
HSV(B) 201.47º 0.96% 0.44% -
XYZ 5.48 6.12 16.51 -
YUV 57.52 159.31 89.83 -
System Red Green Blue C M Y K H S L
Decimal 4 74 113 0.96 0.35 0 0.56 201.47 0.93 0.23
Hex 4 4A 71 60 23 0 38 C9 5D 17
Octal 4 112 161 140 43 0 70 311 135 27
Binary 100 1001010 1110001 1100000 100011 0 111000 11001001 1011101 10111

Color Harmonies of #044A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A71

Black with #044A71

Text Example


Text Example

White with #044A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044A71; }

 p { color: rgb(4,74,113); }

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

background-color css

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

 a { background-color: rgb(4,74,113); }

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

border-color css

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

 span { border-color: rgb(4,74,113); }

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