Html Css Color HEX #013BCF Persian Blue

📋 copy color: '#013BCF'

red 1 ◦ green 59 ◦ blue 207

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

Shades of Persian Blue #013BCF

Tints of Persian Blue #013BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.1%

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

R = 0.37%
G = 22.1%
B = 77.53%

CMYK

 C value IS 1.00

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#013BCF (or 0x013BCF) is known color: Persian Blue. HEX triplet: 01, 3B and CF. RGB value is (1,59,207). Sum of RGB (Red+Green+Blue) = 1+59+207=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 207 (81.25% from 255 or 77.53% from 267); Max value from RGB is 207 - color contains mainly: blue. Hex color #013BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BCF is #FEC430. Grayscale: #393939. Windows color (decimal): -16696369 or 13581057. OLE color: 13581057.

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

Color convert

RGB 1 59 207 -
CMYK 1.00 0.71 0 0.19
HSL 223.11º 0.99% 0.41% -
HSV(B) 223.11º 1% 0.81% -
XYZ 12.84 7.64 59.83 -
YUV 58.53 211.78 86.97 -
System Red Green Blue C M Y K H S L
Decimal 1 59 207 1.00 0.71 0 0.19 223.11 0.99 0.41
Hex 1 3B CF 64 47 0 13 DF 63 29
Octal 1 73 317 144 107 0 23 337 143 51
Binary 1 111011 11001111 1100100 1000111 0 10011 11011111 1100011 101001

Color Harmonies of #013BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BCF

Black with #013BCF

Text Example


Text Example

White with #013BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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