Html Css Color HEX #000AE1 Medium Blue

📋 copy color: '#000AE1'

red 0 ◦ green 10 ◦ blue 225

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

Shades of Medium Blue #000AE1

Tints of Medium Blue #000AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 95.74%

R = 0%
G = 4.26%
B = 95.74%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#000AE1 (or 0x000AE1) is known color: Medium Blue. HEX triplet: 00, 0A and E1. RGB value is (0,10,225). Sum of RGB (Red+Green+Blue) = 0+10+225=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 225 (88.28% from 255 or 95.74% from 235); Max value from RGB is 225 - color contains mainly: blue. Hex color #000AE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000AE1 is #FFF51E. Grayscale: #1E1E1E. Windows color (decimal): -16774431 or 14748160. OLE color: 14748160.

HSL color Cylindrical-coordinate representation of color #000AE1: hue angle of 237.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AE1 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 0 10 225 -
CMYK 1 0.96 0 0.12
HSL 237.33º 1% 0.44% -
HSV(B) 237.33º 1% 0.88% -
XYZ 13.7 5.65 71.6 -
YUV 31.52 237.19 105.52 -
System Red Green Blue C M Y K H S L
Decimal 0 10 225 1 0.96 0 0.12 237.33 1 0.44
Hex 0 A E1 64 60 0 C ED 64 2C
Octal 0 12 341 144 140 0 14 355 144 54
Binary 0 1010 11100001 1100100 1100000 0 1100 11101101 1100100 101100

Color Harmonies of #000AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000AE1

Black with #000AE1

Text Example


Text Example

White with #000AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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