Html Css Color HEX #1720BC Persian Blue

📋 copy color: '#1720BC'

red 23 ◦ green 32 ◦ blue 188

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

Shades of Persian Blue #1720BC

Tints of Persian Blue #1720BC

RGB

 RED value IS 23 (9.38% from 255) = 9.47%

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

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

R = 9.47%
G = 13.17%
B = 77.37%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1720BC (or 0x1720BC) is known color: Persian Blue. HEX triplet: 17, 20 and BC. RGB value is (23,32,188). Sum of RGB (Red+Green+Blue) = 23+32+188=243 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.47% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #1720BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1720BC is #E8DF43. Grayscale: #2E2E2E. Windows color (decimal): -15261508 or 12328983. OLE color: 12328983.

HSL color Cylindrical-coordinate representation of color #1720BC: hue angle of 236.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1720BC is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 32 188 -
CMYK 0.88 0.83 0 0.26
HSL 236.73º 0.78% 0.41% -
HSV(B) 236.73º 0.88% 0.74% -
XYZ 9.95 4.85 47.99 -
YUV 47.09 207.52 110.82 -
System Red Green Blue C M Y K H S L
Decimal 23 32 188 0.88 0.83 0 0.26 236.73 0.78 0.41
Hex 17 20 BC 58 53 0 1A ED 4E 29
Octal 27 40 274 130 123 0 32 355 116 51
Binary 10111 100000 10111100 1011000 1010011 0 11010 11101101 1001110 101001

Color Harmonies of #1720BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1720BC

Black with #1720BC

Text Example


Text Example

White with #1720BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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