Html Css Color HEX #012ECA Persian Blue

📋 copy color: '#012ECA'

red 1 ◦ green 46 ◦ blue 202

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

Shades of Persian Blue #012ECA

Tints of Persian Blue #012ECA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.47%

 BLUE value IS 202 (79.3% from 255) = 81.12%

R = 0.4%
G = 18.47%
B = 81.12%

CMYK

 C value IS 1.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#012ECA (or 0x012ECA) is known color: Persian Blue. HEX triplet: 01, 2E and CA. RGB value is (1,46,202). Sum of RGB (Red+Green+Blue) = 1+46+202=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #012ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012ECA is #FED135. Grayscale: #313131. Windows color (decimal): -16699702 or 13250049. OLE color: 13250049.

HSL color Cylindrical-coordinate representation of color #012ECA: hue angle of 226.57º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012ECA is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 46 202 -
CMYK 1.00 0.77 0 0.21
HSL 226.57º 0.99% 0.4% -
HSV(B) 226.57º 1% 0.79% -
XYZ 11.65 6.22 56.46 -
YUV 50.33 213.59 92.82 -
System Red Green Blue C M Y K H S L
Decimal 1 46 202 1.00 0.77 0 0.21 226.57 0.99 0.4
Hex 1 2E CA 64 4D 0 15 E3 63 28
Octal 1 56 312 144 115 0 25 343 143 50
Binary 1 101110 11001010 1100100 1001101 0 10101 11100011 1100011 101000

Color Harmonies of #012ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012ECA

Black with #012ECA

Text Example


Text Example

White with #012ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,46,202); }

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

background-color css

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

 a { background-color: rgb(1,46,202); }

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

border-color css

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

 span { border-color: rgb(1,46,202); }

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