Html Css Color HEX #172FBE Persian Blue

📋 copy color: '#172FBE'

red 23 ◦ green 47 ◦ blue 190

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

Shades of Persian Blue #172FBE

Tints of Persian Blue #172FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.08%

 BLUE value IS 190 (74.61% from 255) = 73.08%

R = 8.85%
G = 18.08%
B = 73.08%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#172FBE (or 0x172FBE) is known color: Persian Blue. HEX triplet: 17, 2F and BE. RGB value is (23,47,190). Sum of RGB (Red+Green+Blue) = 23+47+190=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #172FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172FBE is #E8D041. Grayscale: #373737. Windows color (decimal): -15257666 or 12463895. OLE color: 12463895.

HSL color Cylindrical-coordinate representation of color #172FBE: hue angle of 231.38º degrees, saturation: 0.78, 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 #172FBE is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 47 190 -
CMYK 0.88 0.75 0 0.25
HSL 231.38º 0.78% 0.42% -
HSV(B) 231.38º 0.88% 0.75% -
XYZ 10.66 5.93 49.3 -
YUV 56.13 203.55 104.37 -
System Red Green Blue C M Y K H S L
Decimal 23 47 190 0.88 0.75 0 0.25 231.38 0.78 0.42
Hex 17 2F BE 58 4B 0 19 E7 4E 2A
Octal 27 57 276 130 113 0 31 347 116 52
Binary 10111 101111 10111110 1011000 1001011 0 11001 11100111 1001110 101010

Color Harmonies of #172FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172FBE

Black with #172FBE

Text Example


Text Example

White with #172FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,47,190); }

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

background-color css

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

 a { background-color: rgb(23,47,190); }

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

border-color css

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

 span { border-color: rgb(23,47,190); }

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