Html Css Color HEX #013BEC Persian Blue

📋 copy color: '#013BEC'

red 1 ◦ green 59 ◦ blue 236

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

Shades of Persian Blue #013BEC

Tints of Persian Blue #013BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 79.73%

R = 0.34%
G = 19.93%
B = 79.73%

CMYK

 C value IS 1.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#013BEC (or 0x013BEC) is known color: Persian Blue. HEX triplet: 01, 3B and EC. RGB value is (1,59,236). Sum of RGB (Red+Green+Blue) = 1+59+236=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 236 (92.58% from 255 or 79.73% from 296); Max value from RGB is 236 - color contains mainly: blue. Hex color #013BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013BEC is #FEC413. Grayscale: #3D3D3D. Windows color (decimal): -16696340 or 15481601. OLE color: 15481601.

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

Color convert

RGB 1 59 236 -
CMYK 1.00 0.75 0 0.07
HSL 225.19º 0.99% 0.46% -
HSV(B) 225.19º 1% 0.93% -
XYZ 16.72 9.19 80.25 -
YUV 61.84 226.28 84.61 -
System Red Green Blue C M Y K H S L
Decimal 1 59 236 1.00 0.75 0 0.07 225.19 0.99 0.46
Hex 1 3B EC 64 4B 0 7 E1 63 2E
Octal 1 73 354 144 113 0 7 341 143 56
Binary 1 111011 11101100 1100100 1001011 0 111 11100001 1100011 101110

Color Harmonies of #013BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BEC

Black with #013BEC

Text Example


Text Example

White with #013BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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