Html Css Color HEX #172CCE Persian Blue

📋 copy color: '#172CCE'

red 23 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #172CCE

Tints of Persian Blue #172CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.12%

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

R = 8.42%
G = 16.12%
B = 75.46%

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

#172CCE (or 0x172CCE) is known color: Persian Blue. HEX triplet: 17, 2C and CE. RGB value is (23,44,206). Sum of RGB (Red+Green+Blue) = 23+44+206=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #172CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172CCE is #E8D331. Grayscale: #373737. Windows color (decimal): -15258418 or 13511703. OLE color: 13511703.

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

Color convert

RGB 23 44 206 -
CMYK 0.89 0.79 0 0.19
HSL 233.11º 0.8% 0.45% -
HSV(B) 233.11º 0.89% 0.81% -
XYZ 12.39 6.44 58.98 -
YUV 56.19 212.54 104.33 -
System Red Green Blue C M Y K H S L
Decimal 23 44 206 0.89 0.79 0 0.19 233.11 0.8 0.45
Hex 17 2C CE 59 4F 0 13 E9 50 2D
Octal 27 54 316 131 117 0 23 351 120 55
Binary 10111 101100 11001110 1011001 1001111 0 10011 11101001 1010000 101101

Color Harmonies of #172CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172CCE

Black with #172CCE

Text Example


Text Example

White with #172CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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