Html Css Color HEX #013ACF Persian Blue

📋 copy color: '#013ACF'

red 1 ◦ green 58 ◦ blue 207

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

Shades of Persian Blue #013ACF

Tints of Persian Blue #013ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.8%

 BLUE value IS 207 (81.25% from 255) = 77.82%

R = 0.38%
G = 21.8%
B = 77.82%

CMYK

 C value IS 1.00

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#013ACF (or 0x013ACF) is known color: Persian Blue. HEX triplet: 01, 3A and CF. RGB value is (1,58,207). Sum of RGB (Red+Green+Blue) = 1+58+207=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 207 (81.25% from 255 or 77.82% from 266); Max value from RGB is 207 - color contains mainly: blue. Hex color #013ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013ACF is #FEC530. Grayscale: #393939. Windows color (decimal): -16696625 or 13580801. OLE color: 13580801.

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

Color convert

RGB 1 58 207 -
CMYK 1.00 0.72 0 0.19
HSL 223.4º 0.99% 0.41% -
HSV(B) 223.4º 1% 0.81% -
XYZ 12.79 7.54 59.81 -
YUV 57.94 212.12 87.38 -
System Red Green Blue C M Y K H S L
Decimal 1 58 207 1.00 0.72 0 0.19 223.4 0.99 0.41
Hex 1 3A CF 64 48 0 13 DF 63 29
Octal 1 72 317 144 110 0 23 337 143 51
Binary 1 111010 11001111 1100100 1001000 0 10011 11011111 1100011 101001

Color Harmonies of #013ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013ACF

Black with #013ACF

Text Example


Text Example

White with #013ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,58,207); }

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

background-color css

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

 a { background-color: rgb(1,58,207); }

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

border-color css

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

 span { border-color: rgb(1,58,207); }

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