#05459C

Color #05459C Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #05459C

Tints of Cobalt #05459C

Color information

#05459C (or 0x05459C) is unknown color: approx Cobalt. HEX triplet: 05, 45 and 9C. RGB value is (5,69,156). Sum of RGB (Red+Green+Blue) = 5+69+156=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #05459C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05459C is #FABA63. Grayscale: #3B3B3B. Windows color (decimal): -16431716 or 10241285. OLE color: 10241285.

HSL color Cylindrical-coordinate representation of color #05459C: hue angle of 214.57º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05459C is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB569156-
CMYK0.970.5600.39
HSL214.57º93.79%31.57%-
HSV(B)214.57º96.79%61.18%-
XYZ8.196.6932.31-
YUV59.78182.388.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.17%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 156 (61.33% from 255) = 67.83%
R=2.17%
G=30%
B=67.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5691560.970.5600.39214.5793.7931.57
Hex5459C6138027d75e20
Octal51052341417004732713640
Binary10110001011001110011000011110000100111110101111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05459C; }

 p { color: rgb(5,69,156); }

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

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

 a { background-color: rgb(5,69,156); }

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

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

 span { border-color: rgb(5,69,156); }

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