#044170

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

Shades of Dark Cerulean #044170

Tints of Dark Cerulean #044170

Color information

#044170 (or 0x044170) is unknown color: approx Dark Cerulean. HEX triplet: 04, 41 and 70. RGB value is (4,65,112). Sum of RGB (Red+Green+Blue) = 4+65+112=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #044170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044170 is #FBBE8F. Grayscale: #333333. Windows color (decimal): -16498320 or 7356676. OLE color: 7356676.

HSL color Cylindrical-coordinate representation of color #044170: hue angle of 206.11º 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 #044170 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB465112-
CMYK0.960.4200.56
HSL206.11º93.1%22.75%-
HSV(B)206.11º96.43%43.92%-
XYZ4.864.9816.03-
YUV52.12161.7993.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 112 (44.14% from 255) = 61.88%
R=2.21%
G=35.91%
B=61.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4651120.960.4200.56206.1193.122.75
Hex44170602A038ce5d17
Octal41011601405207031613527
Binary100100000111100001100000101010011100011001110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044170; }

 p { color: rgb(4,65,112); }

 H1.HeaderClassName
 {
   color: #044170;
 }
 .AnyTagClassName
 {
   color: #044170;
 }
</style>
background-color css

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

 a { background-color: rgb(4,65,112); }

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

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

 span { border-color: rgb(4,65,112); }

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