#000AB5

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

Shades of Medium Blue #000AB5

Tints of Medium Blue #000AB5

Color information

#000AB5 (or 0x000AB5) is unknown color: approx Medium Blue. HEX triplet: 00, 0A and B5. RGB value is (0,10,181). Sum of RGB (Red+Green+Blue) = 0+10+181=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 181 (71.09% from 255 or 94.76% from 191); Max value from RGB is 181 - color contains mainly: blue. Hex color #000AB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000AB5 is #FFF54A. Grayscale: #191919. Windows color (decimal): -16774475 or 11864576. OLE color: 11864576.

HSL color Cylindrical-coordinate representation of color #000AB5: hue angle of 236.69º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AB5 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB010181-
CMYK10.9400.29
HSL236.69º100%35.49%-
HSV(B)236.69º100%70.98%-
XYZ8.453.5543.96-
YUV26.5215.19109.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 5.24%
BLUE value IS 181 (71.09% from 255) = 94.76%
R=0%
G=5.24%
B=94.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal01018110.9400.29236.6910035.49
Hex0AB5645E01Ded6423
Octal01226514413603535514443
Binary010101011010111001001011110011101111011011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000AB5; }

 p { color: rgb(0,10,181); }

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

<style>
 a { background-color: #000AB5; }

 a { background-color: rgb(0,10,181); }

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

<style>
 span { border-color: #000AB5; }

 span { border-color: rgb(0,10,181); }

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