#044B6E

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

Shades of Dark Cerulean #044B6E

Tints of Dark Cerulean #044B6E

Color information

#044B6E (or 0x044B6E) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4B and 6E. RGB value is (4,75,110). Sum of RGB (Red+Green+Blue) = 4+75+110=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #044B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044B6E is #FBB491. Grayscale: #393939. Windows color (decimal): -16495762 or 7228164. OLE color: 7228164.

HSL color Cylindrical-coordinate representation of color #044B6E: hue angle of 199.81º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044B6E is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB475110-
CMYK0.960.3200.57
HSL199.81º92.98%22.35%-
HSV(B)199.81º96.36%43.14%-
XYZ5.386.1815.66-
YUV57.76157.4889.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.12%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 110 (43.36% from 255) = 58.20%
R=2.12%
G=39.68%
B=58.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4751100.960.3200.57199.8192.9822.35
Hex44B6E6020039c85d16
Octal41131561404007131013526
Binary100100101111011101100000100000011100111001000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,75,110); }

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

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

 a { background-color: rgb(4,75,110); }

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

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

 span { border-color: rgb(4,75,110); }

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