Html Css Color HEX #000AB9 Medium Blue

📋 copy color: '#000AB9'

red 0 ◦ green 10 ◦ blue 185

#000AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #000AB9

Tints of Medium Blue #000AB9

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 10 (4.3% from 255) = 5.13%

 BLUE value IS 185 (72.66% from 255) = 94.87%

R = 0%
G = 5.13%
B = 94.87%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#000AB9 (or 0x000AB9) is known color: Medium Blue. HEX triplet: 00, 0A and B9. RGB value is (0,10,185). Sum of RGB (Red+Green+Blue) = 0+10+185=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 185 (72.66% from 255 or 94.87% from 195); Max value from RGB is 185 - color contains mainly: blue. Hex color #000AB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000AB9 is #FFF546. Grayscale: #1A1A1A. Windows color (decimal): -16774471 or 12126720. OLE color: 12126720.

HSL color Cylindrical-coordinate representation of color #000AB9: hue angle of 236.76º 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 #000AB9 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 10 185 -
CMYK 1 0.95 0 0.27
HSL 236.76º 1% 0.36% -
HSV(B) 236.76º 1% 0.73% -
XYZ 8.87 3.72 46.15 -
YUV 26.96 217.19 108.77 -
System Red Green Blue C M Y K H S L
Decimal 0 10 185 1 0.95 0 0.27 236.76 1 0.36
Hex 0 A B9 64 5F 0 1B ED 64 24
Octal 0 12 271 144 137 0 33 355 144 44
Binary 0 1010 10111001 1100100 1011111 0 11011 11101101 1100100 100100

Color Harmonies of #000AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000AB9

Black with #000AB9

Text Example


Text Example

White with #000AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #000AB9;
 }
 .AnyTagClassName
 {
   color: #000AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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