Html Css Color HEX #013DC9 Persian Blue

📋 copy color: '#013DC9'

red 1 ◦ green 61 ◦ blue 201

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

Shades of Persian Blue #013DC9

Tints of Persian Blue #013DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.19%

 BLUE value IS 201 (78.91% from 255) = 76.43%

R = 0.38%
G = 23.19%
B = 76.43%

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

#013DC9 (or 0x013DC9) is known color: Persian Blue. HEX triplet: 01, 3D and C9. RGB value is (1,61,201). Sum of RGB (Red+Green+Blue) = 1+61+201=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 201 (78.91% from 255 or 76.43% from 263); Max value from RGB is 201 - color contains mainly: blue. Hex color #013DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DC9 is #FEC236. Grayscale: #3A3A3A. Windows color (decimal): -16695863 or 13188353. OLE color: 13188353.

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

Color convert

RGB 1 61 201 -
CMYK 1.00 0.70 0 0.21
HSL 222º 0.99% 0.4% -
HSV(B) 222º 1% 0.79% -
XYZ 12.22 7.56 56.07 -
YUV 59.02 208.12 86.62 -
System Red Green Blue C M Y K H S L
Decimal 1 61 201 1.00 0.70 0 0.21 222 0.99 0.4
Hex 1 3D C9 64 46 0 15 DE 63 28
Octal 1 75 311 144 106 0 25 336 143 50
Binary 1 111101 11001001 1100100 1000110 0 10101 11011110 1100011 101000

Color Harmonies of #013DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DC9

Black with #013DC9

Text Example


Text Example

White with #013DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,61,201); }

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

background-color css

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

 a { background-color: rgb(1,61,201); }

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

border-color css

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

 span { border-color: rgb(1,61,201); }

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