Html Css Color HEX #044290 Dark Cerulean

📋 copy color: '#044290'

red 4 ◦ green 66 ◦ blue 144

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

Shades of Dark Cerulean #044290

Tints of Dark Cerulean #044290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.84%

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

R = 1.87%
G = 30.84%
B = 67.29%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#044290 (or 0x044290) is known color: Dark Cerulean. HEX triplet: 04, 42 and 90. RGB value is (4,66,144). Sum of RGB (Red+Green+Blue) = 4+66+144=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #044290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044290 is #FBBD6F. Grayscale: #373737. Windows color (decimal): -16498032 or 9454084. OLE color: 9454084.

HSL color Cylindrical-coordinate representation of color #044290: hue angle of 213.43º 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 #044290 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 66 144 -
CMYK 0.97 0.54 0 0.44
HSL 213.43º 0.95% 0.29% -
HSV(B) 213.43º 0.97% 0.56% -
XYZ 7.03 5.94 27.16 -
YUV 56.35 177.46 90.66 -
System Red Green Blue C M Y K H S L
Decimal 4 66 144 0.97 0.54 0 0.44 213.43 0.95 0.29
Hex 4 42 90 61 36 0 2C D5 5F 1D
Octal 4 102 220 141 66 0 54 325 137 35
Binary 100 1000010 10010000 1100001 110110 0 101100 11010101 1011111 11101

Color Harmonies of #044290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044290

Black with #044290

Text Example


Text Example

White with #044290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044290; }

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

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

background-color css

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

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

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

border-color css

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

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

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