#0B5797

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

Shades of Cobalt #0B5797

Tints of Cobalt #0B5797

Color information

#0B5797 (or 0x0B5797) is unknown color: approx Cobalt. HEX triplet: 0B, 57 and 97. RGB value is (11,87,151). Sum of RGB (Red+Green+Blue) = 11+87+151=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #0B5797 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5797 is #F4A868. Grayscale: #474747. Windows color (decimal): -16033897 or 9918219. OLE color: 9918219.

HSL color Cylindrical-coordinate representation of color #0B5797: hue angle of 207.43º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5797 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1187151-
CMYK0.930.4200.41
HSL207.43º86.42%31.76%-
HSV(B)207.43º92.72%59.22%-
XYZ9.139.1230.56-
YUV71.57172.8284.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.42%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 151 (59.38% from 255) = 60.64%
R=4.42%
G=34.94%
B=60.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11871510.930.4200.41207.4386.4231.76
HexB57975D2A029cf5620
Octal131272271355205131712640
Binary101110101111001011110111011010100101001110011111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,87,151); }

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

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

 a { background-color: rgb(11,87,151); }

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

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

 span { border-color: rgb(11,87,151); }

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