Html Css Color HEX #044A89 Dark Cerulean

📋 copy color: '#044A89'

red 4 ◦ green 74 ◦ blue 137

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

Shades of Dark Cerulean #044A89

Tints of Dark Cerulean #044A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 63.72%

R = 1.86%
G = 34.42%
B = 63.72%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#044A89 (or 0x044A89) is known color: Dark Cerulean. HEX triplet: 04, 4A and 89. RGB value is (4,74,137). Sum of RGB (Red+Green+Blue) = 4+74+137=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 137 (53.91% from 255 or 63.72% from 215); Max value from RGB is 137 - color contains mainly: blue. Hex color #044A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044A89 is #FBB576. Grayscale: #3B3B3B. Windows color (decimal): -16495991 or 8997380. OLE color: 8997380.

HSL color Cylindrical-coordinate representation of color #044A89: hue angle of 208.42º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044A89 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 74 137 -
CMYK 0.97 0.46 0 0.46
HSL 208.42º 0.94% 0.28% -
HSV(B) 208.42º 0.97% 0.54% -
XYZ 7.01 6.73 24.6 -
YUV 60.25 171.31 87.88 -
System Red Green Blue C M Y K H S L
Decimal 4 74 137 0.97 0.46 0 0.46 208.42 0.94 0.28
Hex 4 4A 89 61 2E 0 2E D0 5E 1C
Octal 4 112 211 141 56 0 56 320 136 34
Binary 100 1001010 10001001 1100001 101110 0 101110 11010000 1011110 11100

Color Harmonies of #044A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A89

Black with #044A89

Text Example


Text Example

White with #044A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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