#0B599B

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

Shades of Cobalt #0B599B

Tints of Cobalt #0B599B

Color information

#0B599B (or 0x0B599B) is unknown color: approx Cobalt. HEX triplet: 0B, 59 and 9B. RGB value is (11,89,155). Sum of RGB (Red+Green+Blue) = 11+89+155=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B599B is #F4A664. Grayscale: #484848. Windows color (decimal): -16033381 or 10180875. OLE color: 10180875.

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

Color convert

RGB1189155-
CMYK0.930.4300.39
HSL207.5º86.75%32.55%-
HSV(B)207.5º92.9%60.78%-
XYZ9.639.5832.35-
YUV73.2174.1683.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.31%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 155 (60.94% from 255) = 60.78%
R=4.31%
G=34.90%
B=60.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11891550.930.4300.39207.586.7532.55
HexB599B5D2B027d05721
Octal131312331355304732012741
Binary101110110011001101110111011010110100111110100001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,89,155); }

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

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

 a { background-color: rgb(11,89,155); }

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

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

 span { border-color: rgb(11,89,155); }

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