Html Css Color HEX #012AED Blue

📋 copy color: '#012AED'

red 1 ◦ green 42 ◦ blue 237

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

Shades of Blue #012AED

Tints of Blue #012AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 84.64%

R = 0.36%
G = 15%
B = 84.64%

CMYK

 C value IS 1.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#012AED (or 0x012AED) is known color: Blue. HEX triplet: 01, 2A and ED. RGB value is (1,42,237). Sum of RGB (Red+Green+Blue) = 1+42+237=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 237 (92.97% from 255 or 84.64% from 280); Max value from RGB is 237 - color contains mainly: blue. Hex color #012AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012AED is #FED512. Grayscale: #333333. Windows color (decimal): -16700691 or 15542785. OLE color: 15542785.

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

Color convert

RGB 1 42 237 -
CMYK 1.00 0.82 0 0.07
HSL 229.58º 0.99% 0.47% -
HSV(B) 229.58º 1% 0.93% -
XYZ 16.13 7.78 80.77 -
YUV 51.97 232.42 91.64 -
System Red Green Blue C M Y K H S L
Decimal 1 42 237 1.00 0.82 0 0.07 229.58 0.99 0.47
Hex 1 2A ED 64 52 0 7 E6 63 2F
Octal 1 52 355 144 122 0 7 346 143 57
Binary 1 101010 11101101 1100100 1010010 0 111 11100110 1100011 101111

Color Harmonies of #012AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012AED

Black with #012AED

Text Example


Text Example

White with #012AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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