Html Css Color HEX #172CDB Persian Blue

📋 copy color: '#172CDB'

red 23 ◦ green 44 ◦ blue 219

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

Shades of Persian Blue #172CDB

Tints of Persian Blue #172CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

 BLUE value IS 219 (85.94% from 255) = 76.57%

R = 8.04%
G = 15.38%
B = 76.57%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#172CDB (or 0x172CDB) is known color: Persian Blue. HEX triplet: 17, 2C and DB. RGB value is (23,44,219). Sum of RGB (Red+Green+Blue) = 23+44+219=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #172CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172CDB is #E8D324. Grayscale: #383838. Windows color (decimal): -15258405 or 14363671. OLE color: 14363671.

HSL color Cylindrical-coordinate representation of color #172CDB: hue angle of 233.57º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172CDB is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 44 219 -
CMYK 0.89 0.80 0 0.14
HSL 233.57º 0.81% 0.47% -
HSV(B) 233.57º 0.89% 0.86% -
XYZ 14.04 7.1 67.65 -
YUV 57.67 219.04 103.27 -
System Red Green Blue C M Y K H S L
Decimal 23 44 219 0.89 0.80 0 0.14 233.57 0.81 0.47
Hex 17 2C DB 59 50 0 E EA 51 2F
Octal 27 54 333 131 120 0 16 352 121 57
Binary 10111 101100 11011011 1011001 1010000 0 1110 11101010 1010001 101111

Color Harmonies of #172CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172CDB

Black with #172CDB

Text Example


Text Example

White with #172CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172CDB; }

 p { color: rgb(23,44,219); }

 H1.HeaderClassName
 {
   color: #172CDB;
 }
 .AnyTagClassName
 {
   color: #172CDB;
 }
</style>

background-color css

<style>
 a { background-color: #172CDB; }

 a { background-color: rgb(23,44,219); }

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

border-color css

<style>
 span { border-color: #172CDB; }

 span { border-color: rgb(23,44,219); }

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