Html Css Color HEX #172EBF Persian Blue

📋 copy color: '#172EBF'

red 23 ◦ green 46 ◦ blue 191

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

Shades of Persian Blue #172EBF

Tints of Persian Blue #172EBF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.69%

 BLUE value IS 191 (75% from 255) = 73.46%

R = 8.85%
G = 17.69%
B = 73.46%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#172EBF (or 0x172EBF) is known color: Persian Blue. HEX triplet: 17, 2E and BF. RGB value is (23,46,191). Sum of RGB (Red+Green+Blue) = 23+46+191=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #172EBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172EBF is #E8D140. Grayscale: #373737. Windows color (decimal): -15257921 or 12529175. OLE color: 12529175.

HSL color Cylindrical-coordinate representation of color #172EBF: hue angle of 231.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #172EBF is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 46 191 -
CMYK 0.88 0.76 0 0.25
HSL 231.79º 0.79% 0.42% -
HSV(B) 231.79º 0.88% 0.75% -
XYZ 10.73 5.9 49.86 -
YUV 55.65 204.38 104.71 -
System Red Green Blue C M Y K H S L
Decimal 23 46 191 0.88 0.76 0 0.25 231.79 0.79 0.42
Hex 17 2E BF 58 4C 0 19 E8 4F 2A
Octal 27 56 277 130 114 0 31 350 117 52
Binary 10111 101110 10111111 1011000 1001100 0 11001 11101000 1001111 101010

Color Harmonies of #172EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172EBF

Black with #172EBF

Text Example


Text Example

White with #172EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,46,191); }

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

background-color css

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

 a { background-color: rgb(23,46,191); }

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

border-color css

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

 span { border-color: rgb(23,46,191); }

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