Html Css Color HEX #012EDE Persian Blue

📋 copy color: '#012EDE'

red 1 ◦ green 46 ◦ blue 222

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

Shades of Persian Blue #012EDE

Tints of Persian Blue #012EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 82.53%

R = 0.37%
G = 17.1%
B = 82.53%

CMYK

 C value IS 1.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#012EDE (or 0x012EDE) is known color: Persian Blue. HEX triplet: 01, 2E and DE. RGB value is (1,46,222). Sum of RGB (Red+Green+Blue) = 1+46+222=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 222 (87.11% from 255 or 82.53% from 269); Max value from RGB is 222 - color contains mainly: blue. Hex color #012EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012EDE is #FED121. Grayscale: #333333. Windows color (decimal): -16699682 or 14560769. OLE color: 14560769.

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

Color convert

RGB 1 46 222 -
CMYK 1.00 0.79 0 0.13
HSL 227.78º 0.99% 0.44% -
HSV(B) 227.78º 1% 0.87% -
XYZ 14.17 7.23 69.76 -
YUV 52.61 223.59 91.19 -
System Red Green Blue C M Y K H S L
Decimal 1 46 222 1.00 0.79 0 0.13 227.78 0.99 0.44
Hex 1 2E DE 64 4F 0 D E4 63 2C
Octal 1 56 336 144 117 0 15 344 143 54
Binary 1 101110 11011110 1100100 1001111 0 1101 11100100 1100011 101100

Color Harmonies of #012EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EDE

Black with #012EDE

Text Example


Text Example

White with #012EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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