#0A1ABD

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

Shades of Medium Blue #0A1ABD

Tints of Medium Blue #0A1ABD

Color information

#0A1ABD (or 0x0A1ABD) is unknown color: approx Medium Blue. HEX triplet: 0A, 1A and BD. RGB value is (10,26,189). Sum of RGB (Red+Green+Blue) = 10+26+189=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 189 (74.22% from 255 or 84% from 225); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A1ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1ABD is #F5E542. Grayscale: #272727. Windows color (decimal): -16115011 or 12392970. OLE color: 12392970.

HSL color Cylindrical-coordinate representation of color #0A1ABD: hue angle of 234.64º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1ABD is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1026189-
CMYK0.950.8600.26
HSL234.64º89.95%39.02%-
HSV(B)234.64º94.71%74.12%-
XYZ9.684.4848.5-
YUV39.8212.2106.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.44%
GREEN value IS 26 (10.55% from 255) = 11.56%
BLUE value IS 189 (74.22% from 255) = 84%
R=4.44%
G=11.56%
B=84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10261890.950.8600.26234.6489.9539.02
HexA1ABD5F5601Aeb5a27
Octal123227513712603235313247
Binary1010110101011110110111111010110011010111010111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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