#0A15C6

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

Shades of Medium Blue #0A15C6

Tints of Medium Blue #0A15C6

Color information

#0A15C6 (or 0x0A15C6) is unknown color: approx Medium Blue. HEX triplet: 0A, 15 and C6. RGB value is (10,21,198). Sum of RGB (Red+Green+Blue) = 10+21+198=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 198 (77.73% from 255 or 86.46% from 229); Max value from RGB is 198 - color contains mainly: blue. Hex color #0A15C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A15C6 is #F5EA39. Grayscale: #252525. Windows color (decimal): -16116282 or 12981514. OLE color: 12981514.

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

Color convert

RGB1021198-
CMYK0.950.8900.22
HSL236.49º90.38%40.78%-
HSV(B)236.49º94.95%77.65%-
XYZ10.594.6853.77-
YUV37.89218.36108.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.37%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 198 (77.73% from 255) = 86.46%
R=4.37%
G=9.17%
B=86.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10211980.950.8900.22236.4990.3840.78
HexA15C65F59016ec5a29
Octal122530613713102635413251
Binary1010101011100011010111111011001010110111011001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A15C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,21,198); }

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

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

 a { background-color: rgb(10,21,198); }

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

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

 span { border-color: rgb(10,21,198); }

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