Html Css Color HEX #1320BD Persian Blue

📋 copy color: '#1320BD'

red 19 ◦ green 32 ◦ blue 189

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

Shades of Persian Blue #1320BD

Tints of Persian Blue #1320BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 78.75%

R = 7.92%
G = 13.33%
B = 78.75%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1320BD (or 0x1320BD) is known color: Persian Blue. HEX triplet: 13, 20 and BD. RGB value is (19,32,189). Sum of RGB (Red+Green+Blue) = 19+32+189=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #1320BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1320BD is #ECDF42. Grayscale: #2D2D2D. Windows color (decimal): -15523651 or 12394515. OLE color: 12394515.

HSL color Cylindrical-coordinate representation of color #1320BD: hue angle of 235.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1320BD is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 32 189 -
CMYK 0.90 0.83 0 0.26
HSL 235.41º 0.82% 0.41% -
HSV(B) 235.41º 0.9% 0.74% -
XYZ 9.97 4.85 48.55 -
YUV 46.01 208.69 108.73 -
System Red Green Blue C M Y K H S L
Decimal 19 32 189 0.90 0.83 0 0.26 235.41 0.82 0.41
Hex 13 20 BD 5A 53 0 1A EB 52 29
Octal 23 40 275 132 123 0 32 353 122 51
Binary 10011 100000 10111101 1011010 1010011 0 11010 11101011 1010010 101001

Color Harmonies of #1320BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1320BD

Black with #1320BD

Text Example


Text Example

White with #1320BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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