Html Css Color HEX #013CCA Persian Blue

📋 copy color: '#013CCA'

red 1 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #013CCA

Tints of Persian Blue #013CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 76.81%

R = 0.38%
G = 22.81%
B = 76.81%

CMYK

 C value IS 1.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#013CCA (or 0x013CCA) is known color: Persian Blue. HEX triplet: 01, 3C and CA. RGB value is (1,60,202). Sum of RGB (Red+Green+Blue) = 1+60+202=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 202 (79.30% from 255 or 76.81% from 263); Max value from RGB is 202 - color contains mainly: blue. Hex color #013CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CCA is #FEC335. Grayscale: #393939. Windows color (decimal): -16696118 or 13253633. OLE color: 13253633.

HSL color Cylindrical-coordinate representation of color #013CCA: hue angle of 222.39º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013CCA is Cyan = 1.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 60 202 -
CMYK 1.00 0.70 0 0.21
HSL 222.39º 0.99% 0.4% -
HSV(B) 222.39º 1% 0.79% -
XYZ 12.29 7.5 56.68 -
YUV 58.55 208.95 86.95 -
System Red Green Blue C M Y K H S L
Decimal 1 60 202 1.00 0.70 0 0.21 222.39 0.99 0.4
Hex 1 3C CA 64 46 0 15 DE 63 28
Octal 1 74 312 144 106 0 25 336 143 50
Binary 1 111100 11001010 1100100 1000110 0 10101 11011110 1100011 101000

Color Harmonies of #013CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CCA

Black with #013CCA

Text Example


Text Example

White with #013CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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