#000ABB

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

Shades of Medium Blue #000ABB

Tints of Medium Blue #000ABB

Color information

#000ABB (or 0x000ABB) is unknown color: approx Medium Blue. HEX triplet: 00, 0A and BB. RGB value is (0,10,187). Sum of RGB (Red+Green+Blue) = 0+10+187=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 187 (73.44% from 255 or 94.92% from 197); Max value from RGB is 187 - color contains mainly: blue. Hex color #000ABB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ABB is #FFF544. Grayscale: #1A1A1A. Windows color (decimal): -16774469 or 12257792. OLE color: 12257792.

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

Color convert

RGB010187-
CMYK10.9500.27
HSL236.79º100%36.67%-
HSV(B)236.79º100%73.33%-
XYZ9.083.847.27-
YUV27.19218.19108.61-

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.08%
BLUE value IS 187 (73.44% from 255) = 94.92%
R=0%
G=5.08%
B=94.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal01018710.9500.27236.7910036.67
Hex0ABB645F01Bed6425
Octal01227314413703335514445
Binary010101011101111001001011111011011111011011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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