Html Css Color HEX #17319F Egyptian Blue

📋 copy color: '#17319F'

red 23 ◦ green 49 ◦ blue 159

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

Shades of Egyptian Blue #17319F

Tints of Egyptian Blue #17319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

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

R = 9.96%
G = 21.21%
B = 68.83%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#17319F (or 0x17319F) is known color: Egyptian Blue. HEX triplet: 17, 31 and 9F. RGB value is (23,49,159). Sum of RGB (Red+Green+Blue) = 23+49+159=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #17319F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17319F is #E8CE60. Grayscale: #353535. Windows color (decimal): -15257185 or 10432791. OLE color: 10432791.

HSL color Cylindrical-coordinate representation of color #17319F: hue angle of 228.53º 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 #17319F is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 23 49 159 -
CMYK 0.86 0.69 0 0.38
HSL 228.53º 0.75% 0.36% -
HSV(B) 228.53º 0.86% 0.62% -
XYZ 7.71 4.88 33.34 -
YUV 53.77 187.39 106.06 -
System Red Green Blue C M Y K H S L
Decimal 23 49 159 0.86 0.69 0 0.38 228.53 0.75 0.36
Hex 17 31 9F 56 45 0 26 E5 4B 24
Octal 27 61 237 126 105 0 46 345 113 44
Binary 10111 110001 10011111 1010110 1000101 0 100110 11100101 1001011 100100

Color Harmonies of #17319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17319F

Black with #17319F

Text Example


Text Example

White with #17319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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