#0B459B

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

Shades of Cobalt #0B459B

Tints of Cobalt #0B459B

Color information

#0B459B (or 0x0B459B) is unknown color: approx Cobalt. HEX triplet: 0B, 45 and 9B. RGB value is (11,69,155). Sum of RGB (Red+Green+Blue) = 11+69+155=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B459B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B459B is #F4BA64. Grayscale: #3D3D3D. Windows color (decimal): -16038501 or 10175755. OLE color: 10175755.

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

Color convert

RGB1169155-
CMYK0.930.5500.39
HSL215.83º86.75%32.55%-
HSV(B)215.83º92.9%60.78%-
XYZ8.186.6931.87-
YUV61.46180.7892.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.68%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 155 (60.94% from 255) = 65.96%
R=4.68%
G=29.36%
B=65.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11691550.930.5500.39215.8386.7532.55
HexB459B5D37027d85721
Octal131052331356704733012741
Binary101110001011001101110111011101110100111110110001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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