#0B449E

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

Shades of Cobalt #0B449E

Tints of Cobalt #0B449E

Color information

#0B449E (or 0x0B449E) is unknown color: approx Cobalt. HEX triplet: 0B, 44 and 9E. RGB value is (11,68,158). Sum of RGB (Red+Green+Blue) = 11+68+158=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B449E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B449E is #F4BB61. Grayscale: #3C3C3C. Windows color (decimal): -16038754 or 10372107. OLE color: 10372107.

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

Color convert

RGB1168158-
CMYK0.930.5700.38
HSL216.73º86.98%33.14%-
HSV(B)216.73º93.04%61.96%-
XYZ8.386.6733.19-
YUV61.22182.6292.18-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.64%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 158 (62.11% from 255) = 66.67%
R=4.64%
G=28.69%
B=66.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11681580.930.5700.38216.7386.9833.14
HexB449E5D39026d95721
Octal131042361357104633112741
Binary101110001001001111010111011110010100110110110011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,68,158); }

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

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

 a { background-color: rgb(11,68,158); }

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

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

 span { border-color: rgb(11,68,158); }

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