#044575

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

Shades of Dark Cerulean #044575

Tints of Dark Cerulean #044575

Color information

#044575 (or 0x044575) is unknown color: approx Dark Cerulean. HEX triplet: 04, 45 and 75. RGB value is (4,69,117). Sum of RGB (Red+Green+Blue) = 4+69+117=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #044575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044575 is #FBBA8A. Grayscale: #363636. Windows color (decimal): -16497291 or 7685380. OLE color: 7685380.

HSL color Cylindrical-coordinate representation of color #044575: hue angle of 205.49º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044575 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB469117-
CMYK0.970.4100.54
HSL205.49º93.39%23.73%-
HSV(B)205.49º96.58%45.88%-
XYZ5.395.5717.62-
YUV55.04162.9791.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.11%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=2.11%
G=36.32%
B=61.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4691170.970.4100.54205.4993.3923.73
Hex445756129036cd5d18
Octal41051651415106631513530
Binary100100010111101011100001101001011011011001101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044575; }

 p { color: rgb(4,69,117); }

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

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

 a { background-color: rgb(4,69,117); }

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

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

 span { border-color: rgb(4,69,117); }

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