Html Css Color HEX #012CE0 Persian Blue

📋 copy color: '#012CE0'

red 1 ◦ green 44 ◦ blue 224

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

Shades of Persian Blue #012CE0

Tints of Persian Blue #012CE0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.36%

 BLUE value IS 224 (87.89% from 255) = 83.27%

R = 0.37%
G = 16.36%
B = 83.27%

CMYK

 C value IS 1.00

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#012CE0 (or 0x012CE0) is known color: Persian Blue. HEX triplet: 01, 2C and E0. RGB value is (1,44,224). Sum of RGB (Red+Green+Blue) = 1+44+224=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 224 (87.89% from 255 or 83.27% from 269); Max value from RGB is 224 - color contains mainly: blue. Hex color #012CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CE0 is #FED31F. Grayscale: #323232. Windows color (decimal): -16700192 or 14691329. OLE color: 14691329.

HSL color Cylindrical-coordinate representation of color #012CE0: hue angle of 228.43º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012CE0 is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 44 224 -
CMYK 1.00 0.80 0 0.12
HSL 228.43º 0.99% 0.44% -
HSV(B) 228.43º 1% 0.88% -
XYZ 14.37 7.19 71.15 -
YUV 51.66 225.25 91.86 -
System Red Green Blue C M Y K H S L
Decimal 1 44 224 1.00 0.80 0 0.12 228.43 0.99 0.44
Hex 1 2C E0 64 50 0 C E4 63 2C
Octal 1 54 340 144 120 0 14 344 143 54
Binary 1 101100 11100000 1100100 1010000 0 1100 11100100 1100011 101100

Color Harmonies of #012CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CE0

Black with #012CE0

Text Example


Text Example

White with #012CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,44,224); }

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

background-color css

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

 a { background-color: rgb(1,44,224); }

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

border-color css

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

 span { border-color: rgb(1,44,224); }

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