#044290

Color #044290 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #044290

Tints of Dark Cerulean #044290

Color information

#044290 (or 0x044290) is unknown color: approx 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

RGB466144-
CMYK0.970.5400.44
HSL213.43º94.59%29.02%-
HSV(B)213.43º97.22%56.47%-
XYZ7.035.9427.16-
YUV56.35177.4690.66-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4661440.970.5400.44213.4394.5929.02
Hex44290613602Cd55f1d
Octal41022201416605432513735
Binary1001000010100100001100001110110010110011010101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>