Html Css Color HEX #172AB9 Persian Blue

📋 copy color: '#172AB9'

red 23 ◦ green 42 ◦ blue 185

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

Shades of Persian Blue #172AB9

Tints of Persian Blue #172AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 74%

R = 9.2%
G = 16.8%
B = 74%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#172AB9 (or 0x172AB9) is known color: Persian Blue. HEX triplet: 17, 2A and B9. RGB value is (23,42,185). Sum of RGB (Red+Green+Blue) = 23+42+185=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 185 (72.66% from 255 or 74% from 250); Max value from RGB is 185 - color contains mainly: blue. Hex color #172AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172AB9 is #E8D546. Grayscale: #343434. Windows color (decimal): -15258951 or 12134935. OLE color: 12134935.

HSL color Cylindrical-coordinate representation of color #172AB9: hue angle of 232.96º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #172AB9 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 42 185 -
CMYK 0.88 0.77 0 0.27
HSL 232.96º 0.78% 0.41% -
HSV(B) 232.96º 0.88% 0.73% -
XYZ 9.94 5.34 46.41 -
YUV 52.62 202.71 106.87 -
System Red Green Blue C M Y K H S L
Decimal 23 42 185 0.88 0.77 0 0.27 232.96 0.78 0.41
Hex 17 2A B9 58 4D 0 1B E9 4E 29
Octal 27 52 271 130 115 0 33 351 116 51
Binary 10111 101010 10111001 1011000 1001101 0 11011 11101001 1001110 101001

Color Harmonies of #172AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172AB9

Black with #172AB9

Text Example


Text Example

White with #172AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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