#0B469E

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

Shades of Cobalt #0B469E

Tints of Cobalt #0B469E

Color information

#0B469E (or 0x0B469E) is unknown color: approx Cobalt. HEX triplet: 0B, 46 and 9E. RGB value is (11,70,158). Sum of RGB (Red+Green+Blue) = 11+70+158=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B469E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B469E is #F4B961. Grayscale: #3D3D3D. Windows color (decimal): -16038242 or 10372619. OLE color: 10372619.

HSL color Cylindrical-coordinate representation of color #0B469E: hue angle of 215.92º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B469E is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1170158-
CMYK0.930.5600.38
HSL215.92º86.98%33.14%-
HSV(B)215.92º93.04%61.96%-
XYZ8.56.9233.24-
YUV62.39181.9591.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.60%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 158 (62.11% from 255) = 66.11%
R=4.60%
G=29.29%
B=66.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11701580.930.5600.38215.9286.9833.14
HexB469E5D38026d85721
Octal131062361357004633012741
Binary101110001101001111010111011110000100110110110001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B469E; }

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

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

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

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

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

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

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

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