Html Css Color HEX #013CCC Persian Blue

📋 copy color: '#013CCC'

red 1 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #013CCC

Tints of Persian Blue #013CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 76.98%

R = 0.38%
G = 22.64%
B = 76.98%

CMYK

 C value IS 1.00

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#013CCC (or 0x013CCC) is known color: Persian Blue. HEX triplet: 01, 3C and CC. RGB value is (1,60,204). Sum of RGB (Red+Green+Blue) = 1+60+204=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #013CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CCC is #FEC333. Grayscale: #3A3A3A. Windows color (decimal): -16696116 or 13384705. OLE color: 13384705.

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

Color convert

RGB 1 60 204 -
CMYK 1.00 0.71 0 0.2
HSL 222.56º 0.99% 0.4% -
HSV(B) 222.56º 1% 0.8% -
XYZ 12.53 7.6 57.93 -
YUV 58.78 209.95 86.79 -
System Red Green Blue C M Y K H S L
Decimal 1 60 204 1.00 0.71 0 0.2 222.56 0.99 0.4
Hex 1 3C CC 64 47 0 14 DF 63 28
Octal 1 74 314 144 107 0 24 337 143 50
Binary 1 111100 11001100 1100100 1000111 0 10100 11011111 1100011 101000

Color Harmonies of #013CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CCC

Black with #013CCC

Text Example


Text Example

White with #013CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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