Html Css Color HEX #17328F Egyptian Blue

📋 copy color: '#17328F'

red 23 ◦ green 50 ◦ blue 143

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

Shades of Egyptian Blue #17328F

Tints of Egyptian Blue #17328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 66.2%

R = 10.65%
G = 23.15%
B = 66.2%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#17328F (or 0x17328F) is known color: Egyptian Blue. HEX triplet: 17, 32 and 8F. RGB value is (23,50,143). Sum of RGB (Red+Green+Blue) = 23+50+143=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 143 (56.25% from 255 or 66.20% from 216); Max value from RGB is 143 - color contains mainly: blue. Hex color #17328F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17328F is #E8CD70. Grayscale: #343434. Windows color (decimal): -15256945 or 9384471. OLE color: 9384471.

HSL color Cylindrical-coordinate representation of color #17328F: hue angle of 226.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17328F is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 50 143 -
CMYK 0.84 0.65 0 0.44
HSL 226.5º 0.72% 0.33% -
HSV(B) 226.5º 0.84% 0.56% -
XYZ 6.45 4.45 26.5 -
YUV 52.53 179.05 106.94 -
System Red Green Blue C M Y K H S L
Decimal 23 50 143 0.84 0.65 0 0.44 226.5 0.72 0.33
Hex 17 32 8F 54 41 0 2C E2 48 21
Octal 27 62 217 124 101 0 54 342 110 41
Binary 10111 110010 10001111 1010100 1000001 0 101100 11100010 1001000 100001

Color Harmonies of #17328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17328F

Black with #17328F

Text Example


Text Example

White with #17328F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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