Html Css Color HEX #172AB7 Persian Blue

📋 copy color: '#172AB7'

red 23 ◦ green 42 ◦ blue 183

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

Shades of Persian Blue #172AB7

Tints of Persian Blue #172AB7

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.94%

 BLUE value IS 183 (71.88% from 255) = 73.79%

R = 9.27%
G = 16.94%
B = 73.79%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#172AB7 (or 0x172AB7) is known color: Persian Blue. HEX triplet: 17, 2A and B7. RGB value is (23,42,183). Sum of RGB (Red+Green+Blue) = 23+42+183=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 183 (71.88% from 255 or 73.79% from 248); Max value from RGB is 183 - color contains mainly: blue. Hex color #172AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172AB7 is #E8D548. Grayscale: #333333. Windows color (decimal): -15258953 or 12003863. OLE color: 12003863.

HSL color Cylindrical-coordinate representation of color #172AB7: hue angle of 232.88º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #172AB7 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 23 42 183 -
CMYK 0.87 0.77 0 0.28
HSL 232.88º 0.78% 0.4% -
HSV(B) 232.88º 0.87% 0.72% -
XYZ 9.73 5.26 45.3 -
YUV 52.39 201.71 107.04 -
System Red Green Blue C M Y K H S L
Decimal 23 42 183 0.87 0.77 0 0.28 232.88 0.78 0.4
Hex 17 2A B7 57 4D 0 1C E9 4E 28
Octal 27 52 267 127 115 0 34 351 116 50
Binary 10111 101010 10110111 1010111 1001101 0 11100 11101001 1001110 101000

Color Harmonies of #172AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172AB7

Black with #172AB7

Text Example


Text Example

White with #172AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,42,183); }

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

background-color css

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

 a { background-color: rgb(23,42,183); }

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

border-color css

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

 span { border-color: rgb(23,42,183); }

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