#0A09CA

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

Shades of Medium Blue #0A09CA

Tints of Medium Blue #0A09CA

Color information

#0A09CA (or 0x0A09CA) is unknown color: approx Medium Blue. HEX triplet: 0A, 09 and CA. RGB value is (10,9,202). Sum of RGB (Red+Green+Blue) = 10+9+202=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 202 (79.30% from 255 or 91.40% from 221); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A09CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A09CA is #F5F635. Grayscale: #1E1E1E. Windows color (decimal): -16119350 or 13240586. OLE color: 13240586.

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

Color convert

RGB109202-
CMYK0.950.9600.21
HSL240.31º91.47%41.37%-
HSV(B)240.31º95.54%79.22%-
XYZ10.884.5256.18-
YUV31.3224.33112.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.52%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 202 (79.30% from 255) = 91.40%
R=4.52%
G=4.07%
B=91.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092020.950.9600.21240.3191.4741.37
HexA9CA5F60015f05b29
Octal121131213714002536013351
Binary101010011100101010111111100000010101111100001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A09CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,9,202); }

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

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

 a { background-color: rgb(10,9,202); }

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

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

 span { border-color: rgb(10,9,202); }

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