Html Css Color HEX #013BCB Persian Blue

📋 copy color: '#013BCB'

red 1 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #013BCB

Tints of Persian Blue #013BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 77.19%

R = 0.38%
G = 22.43%
B = 77.19%

CMYK

 C value IS 1.00

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#013BCB (or 0x013BCB) is known color: Persian Blue. HEX triplet: 01, 3B and CB. RGB value is (1,59,203). Sum of RGB (Red+Green+Blue) = 1+59+203=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #013BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BCB is #FEC434. Grayscale: #393939. Windows color (decimal): -16696373 or 13318913. OLE color: 13318913.

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

Color convert

RGB 1 59 203 -
CMYK 1.00 0.71 0 0.20
HSL 222.77º 0.99% 0.4% -
HSV(B) 222.77º 1% 0.8% -
XYZ 12.36 7.45 57.29 -
YUV 58.07 209.78 87.29 -
System Red Green Blue C M Y K H S L
Decimal 1 59 203 1.00 0.71 0 0.20 222.77 0.99 0.4
Hex 1 3B CB 64 47 0 14 DF 63 28
Octal 1 73 313 144 107 0 24 337 143 50
Binary 1 111011 11001011 1100100 1000111 0 10100 11011111 1100011 101000

Color Harmonies of #013BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BCB

Black with #013BCB

Text Example


Text Example

White with #013BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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