#043975

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

Shades of Dark Cerulean #043975

Tints of Dark Cerulean #043975

Color information

#043975 (or 0x043975) is unknown color: approx Dark Cerulean. HEX triplet: 04, 39 and 75. RGB value is (4,57,117). Sum of RGB (Red+Green+Blue) = 4+57+117=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #043975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043975 is #FBC68A. Grayscale: #2F2F2F. Windows color (decimal): -16500363 or 7682308. OLE color: 7682308.

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

Color convert

RGB457117-
CMYK0.970.5100.54
HSL211.86º93.39%23.73%-
HSV(B)211.86º96.58%45.88%-
XYZ4.724.2417.4-
YUV47.99166.9496.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.25%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 117 (46.09% from 255) = 65.73%
R=2.25%
G=32.02%
B=65.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4571170.970.5100.54211.8693.3923.73
Hex439756133036d45d18
Octal4711651416306632413530
Binary10011100111101011100001110011011011011010100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043975; }

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

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

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

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

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

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

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

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