#0B5BA6

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

Shades of Cobalt #0B5BA6

Tints of Cobalt #0B5BA6

Color information

#0B5BA6 (or 0x0B5BA6) is unknown color: approx Cobalt. HEX triplet: 0B, 5B and A6. RGB value is (11,91,166). Sum of RGB (Red+Green+Blue) = 11+91+166=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 166 (65.23% from 255 or 61.94% from 268); Max value from RGB is 166 - color contains mainly: blue. Hex color #0B5BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5BA6 is #F4A459. Grayscale: #4B4B4B. Windows color (decimal): -16032858 or 10902283. OLE color: 10902283.

HSL color Cylindrical-coordinate representation of color #0B5BA6: hue angle of 209.03º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5BA6 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1191166-
CMYK0.930.4500.35
HSL209.03º87.57%34.71%-
HSV(B)209.03º93.37%65.1%-
XYZ10.7610.3137.5-
YUV75.6317981.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.10%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 166 (65.23% from 255) = 61.94%
R=4.10%
G=33.96%
B=61.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11911660.930.4500.35209.0387.5734.71
HexB5BA65D2D023d15823
Octal131332461355504332113043
Binary101110110111010011010111011011010100011110100011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,91,166); }

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

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

 a { background-color: rgb(11,91,166); }

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

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

 span { border-color: rgb(11,91,166); }

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