#05459F

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

Shades of Cobalt #05459F

Tints of Cobalt #05459F

Color information

#05459F (or 0x05459F) is unknown color: approx Cobalt. HEX triplet: 05, 45 and 9F. RGB value is (5,69,159). Sum of RGB (Red+Green+Blue) = 5+69+159=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #05459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05459F is #FABA60. Grayscale: #3B3B3B. Windows color (decimal): -16431713 or 10437893. OLE color: 10437893.

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

Color convert

RGB569159-
CMYK0.970.5700.38
HSL215.06º93.9%32.16%-
HSV(B)215.06º96.86%62.35%-
XYZ8.456.7933.67-
YUV60.12183.888.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.15%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 159 (62.5% from 255) = 68.24%
R=2.15%
G=29.61%
B=68.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5691590.970.5700.38215.0693.932.16
Hex5459F6139026d75e20
Octal51052371417104632713640
Binary10110001011001111111000011110010100110110101111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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