#044B69

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

Shades of Dark Cerulean #044B69

Tints of Dark Cerulean #044B69

Color information

#044B69 (or 0x044B69) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4B and 69. RGB value is (4,75,105). Sum of RGB (Red+Green+Blue) = 4+75+105=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #044B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044B69 is #FBB496. Grayscale: #393939. Windows color (decimal): -16495767 or 6900484. OLE color: 6900484.

HSL color Cylindrical-coordinate representation of color #044B69: hue angle of 197.82º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044B69 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB475105-
CMYK0.960.2900.59
HSL197.82º92.66%21.37%-
HSV(B)197.82º96.19%41.18%-
XYZ5.126.0814.27-
YUV57.19154.9890.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.17%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 105 (41.41% from 255) = 57.07%
R=2.17%
G=40.76%
B=57.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4751050.960.2900.59197.8292.6621.37
Hex44B69601D03Bc65d15
Octal41131511403507330613525
Binary10010010111101001110000011101011101111000110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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