Html Css Color HEX #013EE1 Persian Blue

📋 copy color: '#013EE1'

red 1 ◦ green 62 ◦ blue 225

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

Shades of Persian Blue #013EE1

Tints of Persian Blue #013EE1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.53%

 BLUE value IS 225 (88.28% from 255) = 78.13%

R = 0.35%
G = 21.53%
B = 78.13%

CMYK

 C value IS 1.00

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#013EE1 (or 0x013EE1) is known color: Persian Blue. HEX triplet: 01, 3E and E1. RGB value is (1,62,225). Sum of RGB (Red+Green+Blue) = 1+62+225=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 225 (88.28% from 255 or 78.12% from 288); Max value from RGB is 225 - color contains mainly: blue. Hex color #013EE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013EE1 is #FEC11E. Grayscale: #3D3D3D. Windows color (decimal): -16695583 or 14761473. OLE color: 14761473.

HSL color Cylindrical-coordinate representation of color #013EE1: hue angle of 223.66º 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 #013EE1 is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 62 225 -
CMYK 1.00 0.72 0 0.12
HSL 223.66º 0.99% 0.44% -
HSV(B) 223.66º 1% 0.88% -
XYZ 15.33 8.89 72.14 -
YUV 62.34 219.79 84.25 -
System Red Green Blue C M Y K H S L
Decimal 1 62 225 1.00 0.72 0 0.12 223.66 0.99 0.44
Hex 1 3E E1 64 48 0 C E0 63 2C
Octal 1 76 341 144 110 0 14 340 143 54
Binary 1 111110 11100001 1100100 1001000 0 1100 11100000 1100011 101100

Color Harmonies of #013EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013EE1

Black with #013EE1

Text Example


Text Example

White with #013EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013EE1; }

 p { color: rgb(1,62,225); }

 H1.HeaderClassName
 {
   color: #013EE1;
 }
 .AnyTagClassName
 {
   color: #013EE1;
 }
</style>

background-color css

<style>
 a { background-color: #013EE1; }

 a { background-color: rgb(1,62,225); }

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

border-color css

<style>
 span { border-color: #013EE1; }

 span { border-color: rgb(1,62,225); }

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