Html Css Color HEX #172ECB Persian Blue

📋 copy color: '#172ECB'

red 23 ◦ green 46 ◦ blue 203

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

Shades of Persian Blue #172ECB

Tints of Persian Blue #172ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 74.63%

R = 8.46%
G = 16.91%
B = 74.63%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#172ECB (or 0x172ECB) is known color: Persian Blue. HEX triplet: 17, 2E and CB. RGB value is (23,46,203). Sum of RGB (Red+Green+Blue) = 23+46+203=272 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.46% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #172ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172ECB is #E8D134. Grayscale: #383838. Windows color (decimal): -15257909 or 13315607. OLE color: 13315607.

HSL color Cylindrical-coordinate representation of color #172ECB: hue angle of 232.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172ECB is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 46 203 -
CMYK 0.89 0.77 0 0.20
HSL 232.33º 0.8% 0.44% -
HSV(B) 232.33º 0.89% 0.8% -
XYZ 12.11 6.45 57.11 -
YUV 57.02 210.38 103.73 -
System Red Green Blue C M Y K H S L
Decimal 23 46 203 0.89 0.77 0 0.20 232.33 0.8 0.44
Hex 17 2E CB 59 4D 0 14 E8 50 2C
Octal 27 56 313 131 115 0 24 350 120 54
Binary 10111 101110 11001011 1011001 1001101 0 10100 11101000 1010000 101100

Color Harmonies of #172ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172ECB

Black with #172ECB

Text Example


Text Example

White with #172ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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