Html Css Color HEX #013EC9 Persian Blue

📋 copy color: '#013EC9'

red 1 ◦ green 62 ◦ blue 201

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

Shades of Persian Blue #013EC9

Tints of Persian Blue #013EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 76.14%

R = 0.38%
G = 23.48%
B = 76.14%

CMYK

 C value IS 1.00

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#013EC9 (or 0x013EC9) is known color: Persian Blue. HEX triplet: 01, 3E and C9. RGB value is (1,62,201). Sum of RGB (Red+Green+Blue) = 1+62+201=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 201 (78.91% from 255 or 76.14% from 264); Max value from RGB is 201 - color contains mainly: blue. Hex color #013EC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013EC9 is #FEC136. Grayscale: #3A3A3A. Windows color (decimal): -16695607 or 13188609. OLE color: 13188609.

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

Color convert

RGB 1 62 201 -
CMYK 1.00 0.69 0 0.21
HSL 221.7º 0.99% 0.4% -
HSV(B) 221.7º 1% 0.79% -
XYZ 12.28 7.67 56.09 -
YUV 59.61 207.79 86.2 -
System Red Green Blue C M Y K H S L
Decimal 1 62 201 1.00 0.69 0 0.21 221.7 0.99 0.4
Hex 1 3E C9 64 45 0 15 DE 63 28
Octal 1 76 311 144 105 0 25 336 143 50
Binary 1 111110 11001001 1100100 1000101 0 10101 11011110 1100011 101000

Color Harmonies of #013EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013EC9

Black with #013EC9

Text Example


Text Example

White with #013EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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