#054275

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

Shades of Dark Cerulean #054275

Tints of Dark Cerulean #054275

Color information

#054275 (or 0x054275) is unknown color: approx Dark Cerulean. HEX triplet: 05, 42 and 75. RGB value is (5,66,117). Sum of RGB (Red+Green+Blue) = 5+66+117=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #054275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054275 is #FABD8A. Grayscale: #353535. Windows color (decimal): -16432523 or 7684613. OLE color: 7684613.

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

Color convert

RGB566117-
CMYK0.960.4400.54
HSL207.32º91.8%23.92%-
HSV(B)207.32º95.73%45.88%-
XYZ5.225.2117.56-
YUV53.58163.7993.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 117 (46.09% from 255) = 62.23%
R=2.66%
G=35.11%
B=62.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5661170.960.4400.54207.3291.823.92
Hex54275602C036cf5c18
Octal51021651405406631713430
Binary101100001011101011100000101100011011011001111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054275; }

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

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

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

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

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

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

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

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