#044875

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

Shades of Dark Cerulean #044875

Tints of Dark Cerulean #044875

Color information

#044875 (or 0x044875) is unknown color: approx Dark Cerulean. HEX triplet: 04, 48 and 75. RGB value is (4,72,117). Sum of RGB (Red+Green+Blue) = 4+72+117=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #044875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044875 is #FBB78A. Grayscale: #383838. Windows color (decimal): -16496523 or 7686148. OLE color: 7686148.

HSL color Cylindrical-coordinate representation of color #044875: hue angle of 203.89º 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 #044875 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB472117-
CMYK0.970.3800.54
HSL203.89º93.39%23.73%-
HSV(B)203.89º96.58%45.88%-
XYZ5.585.9417.68-
YUV56.8161.9790.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.07%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 117 (46.09% from 255) = 60.62%
R=2.07%
G=37.31%
B=60.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4721170.970.3800.54203.8993.3923.73
Hex448756126036cc5d18
Octal41101651414606631413530
Binary100100100011101011100001100110011011011001100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044875; }

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

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

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

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

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

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

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

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