Html Css Color HEX #013CEB Persian Blue

📋 copy color: '#013CEB'

red 1 ◦ green 60 ◦ blue 235

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

Shades of Persian Blue #013CEB

Tints of Persian Blue #013CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.27%

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

R = 0.34%
G = 20.27%
B = 79.39%

CMYK

 C value IS 1.00

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#013CEB (or 0x013CEB) is known color: Persian Blue. HEX triplet: 01, 3C and EB. RGB value is (1,60,235). Sum of RGB (Red+Green+Blue) = 1+60+235=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 235 (92.19% from 255 or 79.39% from 296); Max value from RGB is 235 - color contains mainly: blue. Hex color #013CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013CEB is #FEC314. Grayscale: #3D3D3D. Windows color (decimal): -16696085 or 15416321. OLE color: 15416321.

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

Color convert

RGB 1 60 235 -
CMYK 1.00 0.74 0 0.08
HSL 224.87º 0.99% 0.46% -
HSV(B) 224.87º 1% 0.92% -
XYZ 16.62 9.24 79.5 -
YUV 62.31 225.45 84.27 -
System Red Green Blue C M Y K H S L
Decimal 1 60 235 1.00 0.74 0 0.08 224.87 0.99 0.46
Hex 1 3C EB 64 4A 0 8 E1 63 2E
Octal 1 74 353 144 112 0 10 341 143 56
Binary 1 111100 11101011 1100100 1001010 0 1000 11100001 1100011 101110

Color Harmonies of #013CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CEB

Black with #013CEB

Text Example


Text Example

White with #013CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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