Html Css Color HEX #17329F Egyptian Blue

📋 copy color: '#17329F'

red 23 ◦ green 50 ◦ blue 159

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

Shades of Egyptian Blue #17329F

Tints of Egyptian Blue #17329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

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

R = 9.91%
G = 21.55%
B = 68.53%

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

#17329F (or 0x17329F) is known color: Egyptian Blue. HEX triplet: 17, 32 and 9F. RGB value is (23,50,159). Sum of RGB (Red+Green+Blue) = 23+50+159=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #17329F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17329F is #E8CD60. Grayscale: #353535. Windows color (decimal): -15256929 or 10433047. OLE color: 10433047.

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

Color convert

RGB 23 50 159 -
CMYK 0.86 0.69 0 0.38
HSL 228.09º 0.75% 0.36% -
HSV(B) 228.09º 0.86% 0.62% -
XYZ 7.75 4.97 33.35 -
YUV 54.35 187.05 105.64 -
System Red Green Blue C M Y K H S L
Decimal 23 50 159 0.86 0.69 0 0.38 228.09 0.75 0.36
Hex 17 32 9F 56 45 0 26 E4 4B 24
Octal 27 62 237 126 105 0 46 344 113 44
Binary 10111 110010 10011111 1010110 1000101 0 100110 11100100 1001011 100100

Color Harmonies of #17329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17329F

Black with #17329F

Text Example


Text Example

White with #17329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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