#0B14C8

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

Shades of Medium Blue #0B14C8

Tints of Medium Blue #0B14C8

Color information

#0B14C8 (or 0x0B14C8) is unknown color: approx Medium Blue. HEX triplet: 0B, 14 and C8. RGB value is (11,20,200). Sum of RGB (Red+Green+Blue) = 11+20+200=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 200 (78.52% from 255 or 86.58% from 231); Max value from RGB is 200 - color contains mainly: blue. Hex color #0B14C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B14C8 is #F4EB37. Grayscale: #252525. Windows color (decimal): -16051000 or 13112331. OLE color: 13112331.

HSL color Cylindrical-coordinate representation of color #0B14C8: hue angle of 237.14º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B14C8 is Cyan = 0.94, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1120200-
CMYK0.940.900.22
HSL237.14º89.57%41.37%-
HSV(B)237.14º94.5%78.43%-
XYZ10.814.7454.99-
YUV37.83219.52108.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.76%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 200 (78.52% from 255) = 86.58%
R=4.76%
G=8.66%
B=86.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11202000.940.900.22237.1489.5741.37
HexB14C85E5A016ed5a29
Octal132431013613202635513251
Binary1011101001100100010111101011010010110111011011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B14C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,20,200); }

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

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

 a { background-color: rgb(11,20,200); }

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

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

 span { border-color: rgb(11,20,200); }

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