Html Css Color HEX #013BEB Persian Blue

📋 copy color: '#013BEB'

red 1 ◦ green 59 ◦ blue 235

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

Shades of Persian Blue #013BEB

Tints of Persian Blue #013BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 79.66%

R = 0.34%
G = 20%
B = 79.66%

CMYK

 C value IS 1.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#013BEB (or 0x013BEB) is known color: Persian Blue. HEX triplet: 01, 3B and EB. RGB value is (1,59,235). Sum of RGB (Red+Green+Blue) = 1+59+235=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 235 (92.19% from 255 or 79.66% from 295); Max value from RGB is 235 - color contains mainly: blue. Hex color #013BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013BEB is #FEC414. Grayscale: #3C3C3C. Windows color (decimal): -16696341 or 15416065. OLE color: 15416065.

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

Color convert

RGB 1 59 235 -
CMYK 1.00 0.75 0 0.08
HSL 225.13º 0.99% 0.46% -
HSV(B) 225.13º 1% 0.92% -
XYZ 16.57 9.13 79.49 -
YUV 61.72 225.78 84.69 -
System Red Green Blue C M Y K H S L
Decimal 1 59 235 1.00 0.75 0 0.08 225.13 0.99 0.46
Hex 1 3B EB 64 4B 0 8 E1 63 2E
Octal 1 73 353 144 113 0 10 341 143 56
Binary 1 111011 11101011 1100100 1001011 0 1000 11100001 1100011 101110

Color Harmonies of #013BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BEB

Black with #013BEB

Text Example


Text Example

White with #013BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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