Html Css Color HEX #172EBC Persian Blue

📋 copy color: '#172EBC'

red 23 ◦ green 46 ◦ blue 188

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

Shades of Persian Blue #172EBC

Tints of Persian Blue #172EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 73.15%

R = 8.95%
G = 17.9%
B = 73.15%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#172EBC (or 0x172EBC) is known color: Persian Blue. HEX triplet: 17, 2E and BC. RGB value is (23,46,188). Sum of RGB (Red+Green+Blue) = 23+46+188=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #172EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172EBC is #E8D143. Grayscale: #363636. Windows color (decimal): -15257924 or 12332567. OLE color: 12332567.

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

Color convert

RGB 23 46 188 -
CMYK 0.88 0.76 0 0.26
HSL 231.64º 0.78% 0.41% -
HSV(B) 231.64º 0.88% 0.74% -
XYZ 10.41 5.77 48.14 -
YUV 55.31 202.88 104.95 -
System Red Green Blue C M Y K H S L
Decimal 23 46 188 0.88 0.76 0 0.26 231.64 0.78 0.41
Hex 17 2E BC 58 4C 0 1A E8 4E 29
Octal 27 56 274 130 114 0 32 350 116 51
Binary 10111 101110 10111100 1011000 1001100 0 11010 11101000 1001110 101001

Color Harmonies of #172EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172EBC

Black with #172EBC

Text Example


Text Example

White with #172EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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