Html Css Color HEX #172EBA Persian Blue

📋 copy color: '#172EBA'

red 23 ◦ green 46 ◦ blue 186

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

Shades of Persian Blue #172EBA

Tints of Persian Blue #172EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.94%

R = 9.02%
G = 18.04%
B = 72.94%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#172EBA (or 0x172EBA) is known color: Persian Blue. HEX triplet: 17, 2E and BA. RGB value is (23,46,186). Sum of RGB (Red+Green+Blue) = 23+46+186=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #172EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172EBA is #E8D145. Grayscale: #363636. Windows color (decimal): -15257926 or 12201495. OLE color: 12201495.

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

Color convert

RGB 23 46 186 -
CMYK 0.88 0.75 0 0.27
HSL 231.53º 0.78% 0.41% -
HSV(B) 231.53º 0.88% 0.73% -
XYZ 10.19 5.68 47.01 -
YUV 55.08 201.88 105.12 -
System Red Green Blue C M Y K H S L
Decimal 23 46 186 0.88 0.75 0 0.27 231.53 0.78 0.41
Hex 17 2E BA 58 4B 0 1B E8 4E 29
Octal 27 56 272 130 113 0 33 350 116 51
Binary 10111 101110 10111010 1011000 1001011 0 11011 11101000 1001110 101001

Color Harmonies of #172EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172EBA

Black with #172EBA

Text Example


Text Example

White with #172EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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