#000ABA

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

Shades of Medium Blue #000ABA

Tints of Medium Blue #000ABA

Color information

#000ABA (or 0x000ABA) is unknown color: approx Medium Blue. HEX triplet: 00, 0A and BA. RGB value is (0,10,186). Sum of RGB (Red+Green+Blue) = 0+10+186=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 186 (73.05% from 255 or 94.90% from 196); Max value from RGB is 186 - color contains mainly: blue. Hex color #000ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ABA is #FFF545. Grayscale: #1A1A1A. Windows color (decimal): -16774470 or 12192256. OLE color: 12192256.

HSL color Cylindrical-coordinate representation of color #000ABA: hue angle of 236.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000ABA is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB010186-
CMYK10.9500.27
HSL236.77º100%36.47%-
HSV(B)236.77º100%72.94%-
XYZ8.973.7646.71-
YUV27.07217.69108.69-

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.10%
BLUE value IS 186 (73.05% from 255) = 94.90%
R=0%
G=5.10%
B=94.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal01018610.9500.27236.7710036.47
Hex0ABA645F01Bed6424
Octal01227214413703335514444
Binary010101011101011001001011111011011111011011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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