#0B10E8

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

Shades of Blue #0B10E8

Tints of Blue #0B10E8

Color information

#0B10E8 (or 0x0B10E8) is unknown color: approx Blue. HEX triplet: 0B, 10 and E8. RGB value is (11,16,232). Sum of RGB (Red+Green+Blue) = 11+16+232=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 232 (91.02% from 255 or 89.58% from 259); Max value from RGB is 232 - color contains mainly: blue. Hex color #0B10E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B10E8 is #F4EF17. Grayscale: #262626. Windows color (decimal): -16051992 or 15208459. OLE color: 15208459.

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

Color convert

RGB1116232-
CMYK0.950.9300.09
HSL238.64º90.95%47.65%-
HSV(B)238.64º95.26%90.98%-
XYZ14.896.2776.77-
YUV39.13236.84107.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.25%
GREEN value IS 16 (6.64% from 255) = 6.18%
BLUE value IS 232 (91.02% from 255) = 89.58%
R=4.25%
G=6.18%
B=89.58%

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
Decimal11162320.950.9300.09238.6490.9547.65
HexB10E85F5D09ef5b30
Octal132035013713501135713360
Binary101110000111010001011111101110101001111011111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B10E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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