#0B11E8

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

Shades of Blue #0B11E8

Tints of Blue #0B11E8

Color information

#0B11E8 (or 0x0B11E8) is unknown color: approx Blue. HEX triplet: 0B, 11 and E8. RGB value is (11,17,232). Sum of RGB (Red+Green+Blue) = 11+17+232=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 232 (91.02% from 255 or 89.23% from 260); Max value from RGB is 232 - color contains mainly: blue. Hex color #0B11E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B11E8 is #F4EE17. Grayscale: #262626. Windows color (decimal): -16051736 or 15208715. OLE color: 15208715.

HSL color Cylindrical-coordinate representation of color #0B11E8: hue angle of 238.37º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B11E8 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1117232-
CMYK0.950.9300.09
HSL238.37º90.95%47.65%-
HSV(B)238.37º95.26%90.98%-
XYZ14.96.376.77-
YUV39.72236.51107.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.23%
GREEN value IS 17 (7.03% from 255) = 6.54%
BLUE value IS 232 (91.02% from 255) = 89.23%
R=4.23%
G=6.54%
B=89.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal11172320.950.9300.09238.3790.9547.65
HexB11E85F5D09ee5b30
Octal132135013713501135613360
Binary101110001111010001011111101110101001111011101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B11E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,17,232); }

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

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

 a { background-color: rgb(11,17,232); }

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

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

 span { border-color: rgb(11,17,232); }

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