Html Css Color HEX #172D9F Egyptian Blue

📋 copy color: '#172D9F'

red 23 ◦ green 45 ◦ blue 159

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

Shades of Egyptian Blue #172D9F

Tints of Egyptian Blue #172D9F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

 BLUE value IS 159 (62.5% from 255) = 70.04%

R = 10.13%
G = 19.82%
B = 70.04%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#172D9F (or 0x172D9F) is known color: Egyptian Blue. HEX triplet: 17, 2D and 9F. RGB value is (23,45,159). Sum of RGB (Red+Green+Blue) = 23+45+159=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #172D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172D9F is #E8D260. Grayscale: #323232. Windows color (decimal): -15258209 or 10431767. OLE color: 10431767.

HSL color Cylindrical-coordinate representation of color #172D9F: hue angle of 230.29º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #172D9F is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 23 45 159 -
CMYK 0.86 0.72 0 0.38
HSL 230.29º 0.75% 0.36% -
HSV(B) 230.29º 0.86% 0.62% -
XYZ 7.55 4.56 33.28 -
YUV 51.42 188.71 107.73 -
System Red Green Blue C M Y K H S L
Decimal 23 45 159 0.86 0.72 0 0.38 230.29 0.75 0.36
Hex 17 2D 9F 56 48 0 26 E6 4B 24
Octal 27 55 237 126 110 0 46 346 113 44
Binary 10111 101101 10011111 1010110 1001000 0 100110 11100110 1001011 100100

Color Harmonies of #172D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172D9F

Black with #172D9F

Text Example


Text Example

White with #172D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,45,159); }

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

background-color css

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

 a { background-color: rgb(23,45,159); }

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

border-color css

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

 span { border-color: rgb(23,45,159); }

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