Html Css Color HEX #1320BB Persian Blue

📋 copy color: '#1320BB'

red 19 ◦ green 32 ◦ blue 187

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

Shades of Persian Blue #1320BB

Tints of Persian Blue #1320BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 78.57%

R = 7.98%
G = 13.45%
B = 78.57%

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

#1320BB (or 0x1320BB) is known color: Persian Blue. HEX triplet: 13, 20 and BB. RGB value is (19,32,187). Sum of RGB (Red+Green+Blue) = 19+32+187=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #1320BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1320BB is #ECDF44. Grayscale: #2D2D2D. Windows color (decimal): -15523653 or 12263443. OLE color: 12263443.

HSL color Cylindrical-coordinate representation of color #1320BB: hue angle of 235.36º degrees, saturation: 0.82, 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 #1320BB is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 32 187 -
CMYK 0.90 0.83 0 0.27
HSL 235.36º 0.82% 0.4% -
HSV(B) 235.36º 0.9% 0.73% -
XYZ 9.75 4.76 47.42 -
YUV 45.78 207.69 108.9 -
System Red Green Blue C M Y K H S L
Decimal 19 32 187 0.90 0.83 0 0.27 235.36 0.82 0.4
Hex 13 20 BB 5A 53 0 1B EB 52 28
Octal 23 40 273 132 123 0 33 353 122 50
Binary 10011 100000 10111011 1011010 1010011 0 11011 11101011 1010010 101000

Color Harmonies of #1320BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1320BB

Black with #1320BB

Text Example


Text Example

White with #1320BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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