Html Css Color HEX #172398 Egyptian Blue

📋 copy color: '#172398'

red 23 ◦ green 35 ◦ blue 152

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

Shades of Egyptian Blue #172398

Tints of Egyptian Blue #172398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

 BLUE value IS 152 (59.77% from 255) = 72.38%

R = 10.95%
G = 16.67%
B = 72.38%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#172398 (or 0x172398) is known color: Egyptian Blue. HEX triplet: 17, 23 and 98. RGB value is (23,35,152). Sum of RGB (Red+Green+Blue) = 23+35+152=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #172398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172398 is #E8DC67. Grayscale: #2C2C2C. Windows color (decimal): -15260776 or 9970455. OLE color: 9970455.

HSL color Cylindrical-coordinate representation of color #172398: hue angle of 234.42º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172398 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 23 35 152 -
CMYK 0.85 0.77 0 0.40
HSL 234.42º 0.74% 0.34% -
HSV(B) 234.42º 0.85% 0.6% -
XYZ 6.62 3.65 30.06 -
YUV 44.75 188.52 112.49 -
System Red Green Blue C M Y K H S L
Decimal 23 35 152 0.85 0.77 0 0.40 234.42 0.74 0.34
Hex 17 23 98 55 4D 0 28 EA 4A 22
Octal 27 43 230 125 115 0 50 352 112 42
Binary 10111 100011 10011000 1010101 1001101 0 101000 11101010 1001010 100010

Color Harmonies of #172398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172398

Black with #172398

Text Example


Text Example

White with #172398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172398; }

 p { color: rgb(23,35,152); }

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

background-color css

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

 a { background-color: rgb(23,35,152); }

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

border-color css

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

 span { border-color: rgb(23,35,152); }

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