Html Css Color HEX #1320BA Persian Blue

📋 copy color: '#1320BA'

red 19 ◦ green 32 ◦ blue 186

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

Shades of Persian Blue #1320BA

Tints of Persian Blue #1320BA

RGB

 RED value IS 19 (7.81% from 255) = 8.02%

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 186 (73.05% from 255) = 78.48%

R = 8.02%
G = 13.5%
B = 78.48%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1320BA (or 0x1320BA) is known color: Persian Blue. HEX triplet: 13, 20 and BA. RGB value is (19,32,186). Sum of RGB (Red+Green+Blue) = 19+32+186=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #1320BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1320BA is #ECDF45. Grayscale: #2D2D2D. Windows color (decimal): -15523654 or 12197907. OLE color: 12197907.

HSL color Cylindrical-coordinate representation of color #1320BA: hue angle of 235.33º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1320BA is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 32 186 -
CMYK 0.90 0.83 0 0.27
HSL 235.33º 0.81% 0.4% -
HSV(B) 235.33º 0.9% 0.73% -
XYZ 9.65 4.72 46.86 -
YUV 45.67 207.19 108.98 -
System Red Green Blue C M Y K H S L
Decimal 19 32 186 0.90 0.83 0 0.27 235.33 0.81 0.4
Hex 13 20 BA 5A 53 0 1B EB 51 28
Octal 23 40 272 132 123 0 33 353 121 50
Binary 10011 100000 10111010 1011010 1010011 0 11011 11101011 1010001 101000

Color Harmonies of #1320BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1320BA

Black with #1320BA

Text Example


Text Example

White with #1320BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1320BA; }

 p { color: rgb(19,32,186); }

 H1.HeaderClassName
 {
   color: #1320BA;
 }
 .AnyTagClassName
 {
   color: #1320BA;
 }
</style>

background-color css

<style>
 a { background-color: #1320BA; }

 a { background-color: rgb(19,32,186); }

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

border-color css

<style>
 span { border-color: #1320BA; }

 span { border-color: rgb(19,32,186); }

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