Html Css Color HEX #044490 Dark Cerulean

📋 copy color: '#044490'

red 4 ◦ green 68 ◦ blue 144

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

Shades of Dark Cerulean #044490

Tints of Dark Cerulean #044490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.48%

 BLUE value IS 144 (56.64% from 255) = 66.67%

R = 1.85%
G = 31.48%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#044490 (or 0x044490) is known color: Dark Cerulean. HEX triplet: 04, 44 and 90. RGB value is (4,68,144). Sum of RGB (Red+Green+Blue) = 4+68+144=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #044490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044490 is #FBBB6F. Grayscale: #393939. Windows color (decimal): -16497520 or 9454596. OLE color: 9454596.

HSL color Cylindrical-coordinate representation of color #044490: hue angle of 212.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044490 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 68 144 -
CMYK 0.97 0.53 0 0.44
HSL 212.57º 0.95% 0.29% -
HSV(B) 212.57º 0.97% 0.56% -
XYZ 7.15 6.17 27.2 -
YUV 57.53 176.8 89.82 -
System Red Green Blue C M Y K H S L
Decimal 4 68 144 0.97 0.53 0 0.44 212.57 0.95 0.29
Hex 4 44 90 61 35 0 2C D5 5F 1D
Octal 4 104 220 141 65 0 54 325 137 35
Binary 100 1000100 10010000 1100001 110101 0 101100 11010101 1011111 11101

Color Harmonies of #044490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044490

Black with #044490

Text Example


Text Example

White with #044490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044490; }

 p { color: rgb(4,68,144); }

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

background-color css

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

 a { background-color: rgb(4,68,144); }

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

border-color css

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

 span { border-color: rgb(4,68,144); }

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