Html Css Color HEX #010AEC Blue

📋 copy color: '#010AEC'

red 1 ◦ green 10 ◦ blue 236

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

Shades of Blue #010AEC

Tints of Blue #010AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 95.55%

R = 0.4%
G = 4.05%
B = 95.55%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#010AEC (or 0x010AEC) is known color: Blue. HEX triplet: 01, 0A and EC. RGB value is (1,10,236). Sum of RGB (Red+Green+Blue) = 1+10+236=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 236 (92.58% from 255 or 95.55% from 247); Max value from RGB is 236 - color contains mainly: blue. Hex color #010AEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010AEC is #FEF513. Grayscale: #202020. Windows color (decimal): -16708884 or 15469057. OLE color: 15469057.

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

Color convert

RGB 1 10 236 -
CMYK 1.00 0.96 0 0.07
HSL 237.7º 0.99% 0.46% -
HSV(B) 237.7º 1% 0.93% -
XYZ 15.26 6.28 79.76 -
YUV 33.07 242.52 105.12 -
System Red Green Blue C M Y K H S L
Decimal 1 10 236 1.00 0.96 0 0.07 237.7 0.99 0.46
Hex 1 A EC 64 60 0 7 EE 63 2E
Octal 1 12 354 144 140 0 7 356 143 56
Binary 1 1010 11101100 1100100 1100000 0 111 11101110 1100011 101110

Color Harmonies of #010AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AEC

Black with #010AEC

Text Example


Text Example

White with #010AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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