#0B609E

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

Shades of Cobalt #0B609E

Tints of Cobalt #0B609E

Color information

#0B609E (or 0x0B609E) is unknown color: approx Cobalt. HEX triplet: 0B, 60 and 9E. RGB value is (11,96,158). Sum of RGB (Red+Green+Blue) = 11+96+158=265 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.15% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B609E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B609E is #F49F61. Grayscale: #4D4D4D. Windows color (decimal): -16031586 or 10379275. OLE color: 10379275.

HSL color Cylindrical-coordinate representation of color #0B609E: hue angle of 205.31º 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 #0B609E is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1196158-
CMYK0.930.3900.38
HSL205.31º86.98%33.14%-
HSV(B)205.31º93.04%61.96%-
XYZ10.4910.9133.9-
YUV77.65173.3480.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.15%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=4.15%
G=36.23%
B=59.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11961580.930.3900.38205.3186.9833.14
HexB609E5D27026cd5721
Octal131402361354704631512741
Binary101111000001001111010111011001110100110110011011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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