Html Css Color HEX #012AE3 Medium Blue

📋 copy color: '#012AE3'

red 1 ◦ green 42 ◦ blue 227

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

Shades of Medium Blue #012AE3

Tints of Medium Blue #012AE3

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.56%

 BLUE value IS 227 (89.06% from 255) = 84.07%

R = 0.37%
G = 15.56%
B = 84.07%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#012AE3 (or 0x012AE3) is known color: Medium Blue. HEX triplet: 01, 2A and E3. RGB value is (1,42,227). Sum of RGB (Red+Green+Blue) = 1+42+227=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 227 (89.06% from 255 or 84.07% from 270); Max value from RGB is 227 - color contains mainly: blue. Hex color #012AE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012AE3 is #FED51C. Grayscale: #323232. Windows color (decimal): -16700701 or 14887425. OLE color: 14887425.

HSL color Cylindrical-coordinate representation of color #012AE3: hue angle of 229.12º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012AE3 is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 1 42 227 -
CMYK 1.00 0.81 0 0.11
HSL 229.12º 0.99% 0.45% -
HSV(B) 229.12º 1% 0.89% -
XYZ 14.71 7.21 73.29 -
YUV 50.83 227.42 92.46 -
System Red Green Blue C M Y K H S L
Decimal 1 42 227 1.00 0.81 0 0.11 229.12 0.99 0.45
Hex 1 2A E3 64 51 0 B E5 63 2D
Octal 1 52 343 144 121 0 13 345 143 55
Binary 1 101010 11100011 1100100 1010001 0 1011 11100101 1100011 101101

Color Harmonies of #012AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012AE3

Black with #012AE3

Text Example


Text Example

White with #012AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012AE3; }

 p { color: rgb(1,42,227); }

 H1.HeaderClassName
 {
   color: #012AE3;
 }
 .AnyTagClassName
 {
   color: #012AE3;
 }
</style>

background-color css

<style>
 a { background-color: #012AE3; }

 a { background-color: rgb(1,42,227); }

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

border-color css

<style>
 span { border-color: #012AE3; }

 span { border-color: rgb(1,42,227); }

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