#054975

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

Shades of Dark Cerulean #054975

Tints of Dark Cerulean #054975

Color information

#054975 (or 0x054975) is unknown color: approx Dark Cerulean. HEX triplet: 05, 49 and 75. RGB value is (5,73,117). Sum of RGB (Red+Green+Blue) = 5+73+117=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #054975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054975 is #FAB68A. Grayscale: #393939. Windows color (decimal): -16430731 or 7686405. OLE color: 7686405.

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

Color convert

RGB573117-
CMYK0.960.3800.54
HSL203.57º91.8%23.92%-
HSV(B)203.57º95.73%45.88%-
XYZ5.666.0817.71-
YUV57.68161.4790.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 117 (46.09% from 255) = 60%
R=2.56%
G=37.44%
B=60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5731170.960.3800.54203.5791.823.92
Hex549756026036cc5c18
Octal51111651404606631413430
Binary101100100111101011100000100110011011011001100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054975; }

 p { color: rgb(5,73,117); }

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

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

 a { background-color: rgb(5,73,117); }

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

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

 span { border-color: rgb(5,73,117); }

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