#044175

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

Shades of Dark Cerulean #044175

Tints of Dark Cerulean #044175

Color information

#044175 (or 0x044175) is unknown color: approx Dark Cerulean. HEX triplet: 04, 41 and 75. RGB value is (4,65,117). Sum of RGB (Red+Green+Blue) = 4+65+117=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #044175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044175 is #FBBE8A. Grayscale: #343434. Windows color (decimal): -16498315 or 7684356. OLE color: 7684356.

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

Color convert

RGB465117-
CMYK0.970.4400.54
HSL207.61º93.39%23.73%-
HSV(B)207.61º96.58%45.88%-
XYZ5.155.0917.54-
YUV52.69164.2993.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.15%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 117 (46.09% from 255) = 62.90%
R=2.15%
G=34.95%
B=62.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4651170.970.4400.54207.6193.3923.73
Hex44175612C036d05d18
Octal41011651415406632013530
Binary100100000111101011100001101100011011011010000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044175; }

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

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

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

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

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

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

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

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