Html Css Color HEX #172ECE Persian Blue

📋 copy color: '#172ECE'

red 23 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #172ECE

Tints of Persian Blue #172ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 74.91%

R = 8.36%
G = 16.73%
B = 74.91%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#172ECE (or 0x172ECE) is known color: Persian Blue. HEX triplet: 17, 2E and CE. RGB value is (23,46,206). Sum of RGB (Red+Green+Blue) = 23+46+206=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #172ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172ECE is #E8D131. Grayscale: #383838. Windows color (decimal): -15257906 or 13512215. OLE color: 13512215.

HSL color Cylindrical-coordinate representation of color #172ECE: hue angle of 232.46º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172ECE is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 46 206 -
CMYK 0.89 0.78 0 0.19
HSL 232.46º 0.8% 0.45% -
HSV(B) 232.46º 0.89% 0.81% -
XYZ 12.47 6.59 59.01 -
YUV 57.36 211.88 103.49 -
System Red Green Blue C M Y K H S L
Decimal 23 46 206 0.89 0.78 0 0.19 232.46 0.8 0.45
Hex 17 2E CE 59 4E 0 13 E8 50 2D
Octal 27 56 316 131 116 0 23 350 120 55
Binary 10111 101110 11001110 1011001 1001110 0 10011 11101000 1010000 101101

Color Harmonies of #172ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172ECE

Black with #172ECE

Text Example


Text Example

White with #172ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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