#05469E

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

Shades of Cobalt #05469E

Tints of Cobalt #05469E

Color information

#05469E (or 0x05469E) is unknown color: approx Cobalt. HEX triplet: 05, 46 and 9E. RGB value is (5,70,158). Sum of RGB (Red+Green+Blue) = 5+70+158=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #05469E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05469E is #FAB961. Grayscale: #3C3C3C. Windows color (decimal): -16431458 or 10372613. OLE color: 10372613.

HSL color Cylindrical-coordinate representation of color #05469E: hue angle of 214.51º 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 #05469E is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB570158-
CMYK0.970.5600.38
HSL214.51º93.87%31.96%-
HSV(B)214.51º96.84%61.96%-
XYZ8.426.8833.23-
YUV60.6182.9788.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.15%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 158 (62.11% from 255) = 67.81%
R=2.15%
G=30.04%
B=67.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5701580.970.5600.38214.5193.8731.96
Hex5469E6138026d75e20
Octal51062361417004632713640
Binary10110001101001111011000011110000100110110101111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05469E; }

 p { color: rgb(5,70,158); }

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

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

 a { background-color: rgb(5,70,158); }

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

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

 span { border-color: rgb(5,70,158); }

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