#0B10D4

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

Shades of Medium Blue #0B10D4

Tints of Medium Blue #0B10D4

Color information

#0B10D4 (or 0x0B10D4) is unknown color: approx Medium Blue. HEX triplet: 0B, 10 and D4. RGB value is (11,16,212). Sum of RGB (Red+Green+Blue) = 11+16+212=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 212 (83.20% from 255 or 88.70% from 239); Max value from RGB is 212 - color contains mainly: blue. Hex color #0B10D4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B10D4 is #F4EF2B. Grayscale: #242424. Windows color (decimal): -16052012 or 13897739. OLE color: 13897739.

HSL color Cylindrical-coordinate representation of color #0B10D4: hue angle of 238.51º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B10D4 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1116212-
CMYK0.950.9200.17
HSL238.51º90.13%43.73%-
HSV(B)238.51º94.81%83.14%-
XYZ12.215.262.65-
YUV36.85226.84109.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.60%
GREEN value IS 16 (6.64% from 255) = 6.69%
BLUE value IS 212 (83.20% from 255) = 88.70%
R=4.60%
G=6.69%
B=88.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal11162120.950.9200.17238.5190.1343.73
HexB10D45F5C011ef5a2c
Octal132032413713402135713254
Binary1011100001101010010111111011100010001111011111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B10D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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