Html Css Color HEX #000ABE Medium Blue

📋 copy color: '#000ABE'

red 0 ◦ green 10 ◦ blue 190

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

Shades of Medium Blue #000ABE

Tints of Medium Blue #000ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 95%

R = 0%
G = 5%
B = 95%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#000ABE (or 0x000ABE) is known color: Medium Blue. HEX triplet: 00, 0A and BE. RGB value is (0,10,190). Sum of RGB (Red+Green+Blue) = 0+10+190=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 190 (74.61% from 255 or 95% from 200); Max value from RGB is 190 - color contains mainly: blue. Hex color #000ABE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ABE is #FFF541. Grayscale: #1A1A1A. Windows color (decimal): -16774466 or 12454400. OLE color: 12454400.

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

Color convert

RGB 0 10 190 -
CMYK 1 0.95 0 0.25
HSL 236.84º 1% 0.37% -
HSV(B) 236.84º 1% 0.75% -
XYZ 9.4 3.93 48.98 -
YUV 27.53 219.69 108.36 -
System Red Green Blue C M Y K H S L
Decimal 0 10 190 1 0.95 0 0.25 236.84 1 0.37
Hex 0 A BE 64 5F 0 19 ED 64 25
Octal 0 12 276 144 137 0 31 355 144 45
Binary 0 1010 10111110 1100100 1011111 0 11001 11101101 1100100 100101

Color Harmonies of #000ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000ABE

Black with #000ABE

Text Example


Text Example

White with #000ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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