Html Css Color HEX #013BE1 Persian Blue

📋 copy color: '#013BE1'

red 1 ◦ green 59 ◦ blue 225

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

Shades of Persian Blue #013BE1

Tints of Persian Blue #013BE1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.7%

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

R = 0.35%
G = 20.7%
B = 78.95%

CMYK

 C value IS 1.00

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#013BE1 (or 0x013BE1) is known color: Persian Blue. HEX triplet: 01, 3B and E1. RGB value is (1,59,225). Sum of RGB (Red+Green+Blue) = 1+59+225=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 225 (88.28% from 255 or 78.95% from 285); Max value from RGB is 225 - color contains mainly: blue. Hex color #013BE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BE1 is #FEC41E. Grayscale: #3B3B3B. Windows color (decimal): -16696351 or 14760705. OLE color: 14760705.

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

Color convert

RGB 1 59 225 -
CMYK 1.00 0.74 0 0.12
HSL 224.46º 0.99% 0.44% -
HSV(B) 224.46º 1% 0.88% -
XYZ 15.17 8.57 72.09 -
YUV 60.58 220.78 85.5 -
System Red Green Blue C M Y K H S L
Decimal 1 59 225 1.00 0.74 0 0.12 224.46 0.99 0.44
Hex 1 3B E1 64 4A 0 C E0 63 2C
Octal 1 73 341 144 112 0 14 340 143 54
Binary 1 111011 11100001 1100100 1001010 0 1100 11100000 1100011 101100

Color Harmonies of #013BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BE1

Black with #013BE1

Text Example


Text Example

White with #013BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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