#054086

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

Shades of Dark Cerulean #054086

Tints of Dark Cerulean #054086

Color information

#054086 (or 0x054086) is unknown color: approx Dark Cerulean. HEX triplet: 05, 40 and 86. RGB value is (5,64,134). Sum of RGB (Red+Green+Blue) = 5+64+134=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #054086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054086 is #FABF79. Grayscale: #363636. Windows color (decimal): -16433018 or 8798213. OLE color: 8798213.

HSL color Cylindrical-coordinate representation of color #054086: hue angle of 212.56º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054086 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB564134-
CMYK0.960.5200.47
HSL212.56º92.81%27.25%-
HSV(B)212.56º96.27%52.55%-
XYZ6.25.4223.27-
YUV54.34172.9592.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 134 (52.73% from 255) = 66.01%
R=2.46%
G=31.53%
B=66.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5641340.960.5200.47212.5692.8127.25
Hex54086603402Fd55d1b
Octal51002061406405732513533
Binary1011000000100001101100000110100010111111010101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054086; }

 p { color: rgb(5,64,134); }

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

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

 a { background-color: rgb(5,64,134); }

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

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

 span { border-color: rgb(5,64,134); }

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