Html Css Color HEX #000AE8 Blue

📋 copy color: '#000AE8'

red 0 ◦ green 10 ◦ blue 232

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

Shades of Blue #000AE8

Tints of Blue #000AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 95.87%

R = 0%
G = 4.13%
B = 95.87%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#000AE8 (or 0x000AE8) is known color: Blue. HEX triplet: 00, 0A and E8. RGB value is (0,10,232). Sum of RGB (Red+Green+Blue) = 0+10+232=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 232 (91.02% from 255 or 95.87% from 242); Max value from RGB is 232 - color contains mainly: blue. Hex color #000AE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000AE8 is #FFF517. Grayscale: #1F1F1F. Windows color (decimal): -16774424 or 15206912. OLE color: 15206912.

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

Color convert

RGB 0 10 232 -
CMYK 1 0.96 0 0.09
HSL 237.41º 1% 0.45% -
HSV(B) 237.41º 1% 0.91% -
XYZ 14.67 6.04 76.74 -
YUV 32.32 240.69 104.95 -
System Red Green Blue C M Y K H S L
Decimal 0 10 232 1 0.96 0 0.09 237.41 1 0.45
Hex 0 A E8 64 60 0 9 ED 64 2D
Octal 0 12 350 144 140 0 11 355 144 55
Binary 0 1010 11101000 1100100 1100000 0 1001 11101101 1100100 101101

Color Harmonies of #000AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000AE8

Black with #000AE8

Text Example


Text Example

White with #000AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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