#0B579A

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

Shades of Cobalt #0B579A

Tints of Cobalt #0B579A

Color information

#0B579A (or 0x0B579A) is unknown color: approx Cobalt. HEX triplet: 0B, 57 and 9A. RGB value is (11,87,154). Sum of RGB (Red+Green+Blue) = 11+87+154=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B579A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B579A is #F4A865. Grayscale: #474747. Windows color (decimal): -16033894 or 10114827. OLE color: 10114827.

HSL color Cylindrical-coordinate representation of color #0B579A: hue angle of 208.11º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B579A is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1187154-
CMYK0.930.4400.40
HSL208.11º86.67%32.35%-
HSV(B)208.11º92.86%60.39%-
XYZ9.389.2231.86-
YUV71.91174.3284.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.37%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 154 (60.55% from 255) = 61.11%
R=4.37%
G=34.52%
B=61.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11871540.930.4400.40208.1186.6732.35
HexB579A5D2C028d05720
Octal131272321355405032012740
Binary101110101111001101010111011011000101000110100001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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