Html Css Color HEX #013FDE Persian Blue

📋 copy color: '#013FDE'

red 1 ◦ green 63 ◦ blue 222

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

Shades of Persian Blue #013FDE

Tints of Persian Blue #013FDE

RGB

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

 GREEN value IS 63 (25% from 255) = 22.03%

 BLUE value IS 222 (87.11% from 255) = 77.62%

R = 0.35%
G = 22.03%
B = 77.62%

CMYK

 C value IS 1.00

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#013FDE (or 0x013FDE) is known color: Persian Blue. HEX triplet: 01, 3F and DE. RGB value is (1,63,222). Sum of RGB (Red+Green+Blue) = 1+63+222=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 222 (87.11% from 255 or 77.62% from 286); Max value from RGB is 222 - color contains mainly: blue. Hex color #013FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013FDE is #FEC021. Grayscale: #3D3D3D. Windows color (decimal): -16695330 or 14565121. OLE color: 14565121.

HSL color Cylindrical-coordinate representation of color #013FDE: hue angle of 223.17º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013FDE is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 63 222 -
CMYK 1.00 0.72 0 0.13
HSL 223.17º 0.99% 0.44% -
HSV(B) 223.17º 1% 0.87% -
XYZ 14.97 8.84 70.02 -
YUV 62.59 217.96 84.07 -
System Red Green Blue C M Y K H S L
Decimal 1 63 222 1.00 0.72 0 0.13 223.17 0.99 0.44
Hex 1 3F DE 64 48 0 D DF 63 2C
Octal 1 77 336 144 110 0 15 337 143 54
Binary 1 111111 11011110 1100100 1001000 0 1101 11011111 1100011 101100

Color Harmonies of #013FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013FDE

Black with #013FDE

Text Example


Text Example

White with #013FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,63,222); }

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

background-color css

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

 a { background-color: rgb(1,63,222); }

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

border-color css

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

 span { border-color: rgb(1,63,222); }

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