Html Css Color HEX #013ECC Persian Blue

📋 copy color: '#013ECC'

red 1 ◦ green 62 ◦ blue 204

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

Shades of Persian Blue #013ECC

Tints of Persian Blue #013ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.22%

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

R = 0.37%
G = 23.22%
B = 76.4%

CMYK

 C value IS 1.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#013ECC (or 0x013ECC) is known color: Persian Blue. HEX triplet: 01, 3E and CC. RGB value is (1,62,204). Sum of RGB (Red+Green+Blue) = 1+62+204=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #013ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013ECC is #FEC133. Grayscale: #3B3B3B. Windows color (decimal): -16695604 or 13385217. OLE color: 13385217.

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

Color convert

RGB 1 62 204 -
CMYK 1.00 0.70 0 0.2
HSL 221.97º 0.99% 0.4% -
HSV(B) 221.97º 1% 0.8% -
XYZ 12.63 7.81 57.97 -
YUV 59.95 209.29 85.95 -
System Red Green Blue C M Y K H S L
Decimal 1 62 204 1.00 0.70 0 0.2 221.97 0.99 0.4
Hex 1 3E CC 64 46 0 14 DE 63 28
Octal 1 76 314 144 106 0 24 336 143 50
Binary 1 111110 11001100 1100100 1000110 0 10100 11011110 1100011 101000

Color Harmonies of #013ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013ECC

Black with #013ECC

Text Example


Text Example

White with #013ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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