#0A14C9

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

Shades of Medium Blue #0A14C9

Tints of Medium Blue #0A14C9

Color information

#0A14C9 (or 0x0A14C9) is unknown color: approx Medium Blue. HEX triplet: 0A, 14 and C9. RGB value is (10,20,201). Sum of RGB (Red+Green+Blue) = 10+20+201=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 201 (78.91% from 255 or 87.01% from 231); Max value from RGB is 201 - color contains mainly: blue. Hex color #0A14C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A14C9 is #F5EB36. Grayscale: #242424. Windows color (decimal): -16116535 or 13177866. OLE color: 13177866.

HSL color Cylindrical-coordinate representation of color #0A14C9: hue angle of 236.86º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A14C9 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1020201-
CMYK0.950.9000.21
HSL236.86º90.52%41.37%-
HSV(B)236.86º95.02%78.82%-
XYZ10.924.7855.61-
YUV37.64220.19108.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.33%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 201 (78.91% from 255) = 87.01%
R=4.33%
G=8.66%
B=87.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10202010.950.9000.21236.8690.5241.37
HexA14C95F5A015ed5b29
Octal122431113713202535513351
Binary1010101001100100110111111011010010101111011011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A14C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,20,201); }

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

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

 a { background-color: rgb(10,20,201); }

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

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

 span { border-color: rgb(10,20,201); }

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