Html Css Color HEX #013BE9 Persian Blue

📋 copy color: '#013BE9'

red 1 ◦ green 59 ◦ blue 233

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

Shades of Persian Blue #013BE9

Tints of Persian Blue #013BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 79.52%

R = 0.34%
G = 20.14%
B = 79.52%

CMYK

 C value IS 1.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#013BE9 (or 0x013BE9) is known color: Persian Blue. HEX triplet: 01, 3B and E9. RGB value is (1,59,233). Sum of RGB (Red+Green+Blue) = 1+59+233=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 233 (91.41% from 255 or 79.52% from 293); Max value from RGB is 233 - color contains mainly: blue. Hex color #013BE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013BE9 is #FEC416. Grayscale: #3C3C3C. Windows color (decimal): -16696343 or 15284993. OLE color: 15284993.

HSL color Cylindrical-coordinate representation of color #013BE9: hue angle of 225º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013BE9 is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 1 59 233 -
CMYK 1.00 0.75 0 0.09
HSL 225º 0.99% 0.46% -
HSV(B) 225º 1% 0.91% -
XYZ 16.28 9.02 77.97 -
YUV 61.49 224.78 84.85 -
System Red Green Blue C M Y K H S L
Decimal 1 59 233 1.00 0.75 0 0.09 225 0.99 0.46
Hex 1 3B E9 64 4B 0 9 E1 63 2E
Octal 1 73 351 144 113 0 11 341 143 56
Binary 1 111011 11101001 1100100 1001011 0 1001 11100001 1100011 101110

Color Harmonies of #013BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BE9

Black with #013BE9

Text Example


Text Example

White with #013BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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