Html Css Color HEX #1320BC Persian Blue

📋 copy color: '#1320BC'

red 19 ◦ green 32 ◦ blue 188

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

Shades of Persian Blue #1320BC

Tints of Persian Blue #1320BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 78.66%

R = 7.95%
G = 13.39%
B = 78.66%

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

#1320BC (or 0x1320BC) is known color: Persian Blue. HEX triplet: 13, 20 and BC. RGB value is (19,32,188). Sum of RGB (Red+Green+Blue) = 19+32+188=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #1320BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1320BC is #ECDF43. Grayscale: #2D2D2D. Windows color (decimal): -15523652 or 12328979. OLE color: 12328979.

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

Color convert

RGB 19 32 188 -
CMYK 0.90 0.83 0 0.26
HSL 235.38º 0.82% 0.41% -
HSV(B) 235.38º 0.9% 0.74% -
XYZ 9.86 4.8 47.98 -
YUV 45.9 208.19 108.82 -
System Red Green Blue C M Y K H S L
Decimal 19 32 188 0.90 0.83 0 0.26 235.38 0.82 0.41
Hex 13 20 BC 5A 53 0 1A EB 52 29
Octal 23 40 274 132 123 0 32 353 122 51
Binary 10011 100000 10111100 1011010 1010011 0 11010 11101011 1010010 101001

Color Harmonies of #1320BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1320BC

Black with #1320BC

Text Example


Text Example

White with #1320BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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