Html Css Color HEX #172BDB Persian Blue

📋 copy color: '#172BDB'

red 23 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #172BDB

Tints of Persian Blue #172BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.09%

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

R = 8.07%
G = 15.09%
B = 76.84%

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

#172BDB (or 0x172BDB) is known color: Persian Blue. HEX triplet: 17, 2B and DB. RGB value is (23,43,219). Sum of RGB (Red+Green+Blue) = 23+43+219=285 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.07% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #172BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BDB is #E8D424. Grayscale: #383838. Windows color (decimal): -15258661 or 14363415. OLE color: 14363415.

HSL color Cylindrical-coordinate representation of color #172BDB: hue angle of 233.88º 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 #172BDB is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 43 219 -
CMYK 0.89 0.80 0 0.14
HSL 233.88º 0.81% 0.47% -
HSV(B) 233.88º 0.89% 0.86% -
XYZ 14 7.02 67.64 -
YUV 57.08 219.37 103.69 -
System Red Green Blue C M Y K H S L
Decimal 23 43 219 0.89 0.80 0 0.14 233.88 0.81 0.47
Hex 17 2B DB 59 50 0 E EA 51 2F
Octal 27 53 333 131 120 0 16 352 121 57
Binary 10111 101011 11011011 1011001 1010000 0 1110 11101010 1010001 101111

Color Harmonies of #172BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172BDB

Black with #172BDB

Text Example


Text Example

White with #172BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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