Html Css Color HEX #172BCE Persian Blue

📋 copy color: '#172BCE'

red 23 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #172BCE

Tints of Persian Blue #172BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.81%

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

R = 8.46%
G = 15.81%
B = 75.74%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#172BCE (or 0x172BCE) is known color: Persian Blue. HEX triplet: 17, 2B and CE. RGB value is (23,43,206). Sum of RGB (Red+Green+Blue) = 23+43+206=272 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.46% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #172BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BCE is #E8D431. Grayscale: #363636. Windows color (decimal): -15258674 or 13511447. OLE color: 13511447.

HSL color Cylindrical-coordinate representation of color #172BCE: hue angle of 233.44º 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 #172BCE is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 43 206 -
CMYK 0.89 0.79 0 0.19
HSL 233.44º 0.8% 0.45% -
HSV(B) 233.44º 0.89% 0.81% -
XYZ 12.36 6.37 58.97 -
YUV 55.6 212.87 104.75 -
System Red Green Blue C M Y K H S L
Decimal 23 43 206 0.89 0.79 0 0.19 233.44 0.8 0.45
Hex 17 2B CE 59 4F 0 13 E9 50 2D
Octal 27 53 316 131 117 0 23 351 120 55
Binary 10111 101011 11001110 1011001 1001111 0 10011 11101001 1010000 101101

Color Harmonies of #172BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172BCE

Black with #172BCE

Text Example


Text Example

White with #172BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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