#0A1ACA

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

Shades of Medium Blue #0A1ACA

Tints of Medium Blue #0A1ACA

Color information

#0A1ACA (or 0x0A1ACA) is unknown color: approx Medium Blue. HEX triplet: 0A, 1A and CA. RGB value is (10,26,202). Sum of RGB (Red+Green+Blue) = 10+26+202=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 202 (79.30% from 255 or 84.87% from 238); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A1ACA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1ACA is #F5E535. Grayscale: #282828. Windows color (decimal): -16114998 or 13244938. OLE color: 13244938.

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

Color convert

RGB1026202-
CMYK0.950.8700.21
HSL235º90.57%41.57%-
HSV(B)235º95.05%79.22%-
XYZ11.165.0756.27-
YUV41.28218.7105.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.20%
GREEN value IS 26 (10.55% from 255) = 10.92%
BLUE value IS 202 (79.30% from 255) = 84.87%
R=4.20%
G=10.92%
B=84.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10262020.950.8700.2123590.5741.57
HexA1ACA5F57015eb5b2a
Octal123231213712702535313352
Binary1010110101100101010111111010111010101111010111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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