#0B12E8

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

Shades of Blue #0B12E8

Tints of Blue #0B12E8

Color information

#0B12E8 (or 0x0B12E8) is unknown color: approx Blue. HEX triplet: 0B, 12 and E8. RGB value is (11,18,232). Sum of RGB (Red+Green+Blue) = 11+18+232=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 232 (91.02% from 255 or 88.89% from 261); Max value from RGB is 232 - color contains mainly: blue. Hex color #0B12E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B12E8 is #F4ED17. Grayscale: #272727. Windows color (decimal): -16051480 or 15208971. OLE color: 15208971.

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

Color convert

RGB1118232-
CMYK0.950.9200.09
HSL238.1º90.95%47.65%-
HSV(B)238.1º95.26%90.98%-
XYZ14.926.3376.78-
YUV40.3236.18107.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.21%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 232 (91.02% from 255) = 88.89%
R=4.21%
G=6.90%
B=88.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal11182320.950.9200.09238.190.9547.65
HexB12E85F5C09ee5b30
Octal132235013713401135613360
Binary101110010111010001011111101110001001111011101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B12E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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