Html Css Color HEX #010AEA Blue

📋 copy color: '#010AEA'

red 1 ◦ green 10 ◦ blue 234

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

Shades of Blue #010AEA

Tints of Blue #010AEA

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

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

 BLUE value IS 234 (91.8% from 255) = 95.51%

R = 0.41%
G = 4.08%
B = 95.51%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#010AEA (or 0x010AEA) is known color: Blue. HEX triplet: 01, 0A and EA. RGB value is (1,10,234). Sum of RGB (Red+Green+Blue) = 1+10+234=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 234 (91.80% from 255 or 95.51% from 245); Max value from RGB is 234 - color contains mainly: blue. Hex color #010AEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010AEA is #FEF515. Grayscale: #1F1F1F. Windows color (decimal): -16708886 or 15337985. OLE color: 15337985.

HSL color Cylindrical-coordinate representation of color #010AEA: hue angle of 237.68º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010AEA is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 10 234 -
CMYK 1.00 0.96 0 0.08
HSL 237.68º 0.99% 0.46% -
HSV(B) 237.68º 1% 0.92% -
XYZ 14.97 6.16 78.24 -
YUV 32.85 241.52 105.29 -
System Red Green Blue C M Y K H S L
Decimal 1 10 234 1.00 0.96 0 0.08 237.68 0.99 0.46
Hex 1 A EA 64 60 0 8 EE 63 2E
Octal 1 12 352 144 140 0 10 356 143 56
Binary 1 1010 11101010 1100100 1100000 0 1000 11101110 1100011 101110

Color Harmonies of #010AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AEA

Black with #010AEA

Text Example


Text Example

White with #010AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010AEA; }

 p { color: rgb(1,10,234); }

 H1.HeaderClassName
 {
   color: #010AEA;
 }
 .AnyTagClassName
 {
   color: #010AEA;
 }
</style>

background-color css

<style>
 a { background-color: #010AEA; }

 a { background-color: rgb(1,10,234); }

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

border-color css

<style>
 span { border-color: #010AEA; }

 span { border-color: rgb(1,10,234); }

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