Html Css Color HEX #17358F Egyptian Blue

📋 copy color: '#17358F'

red 23 ◦ green 53 ◦ blue 143

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

Shades of Egyptian Blue #17358F

Tints of Egyptian Blue #17358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

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

R = 10.5%
G = 24.2%
B = 65.3%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#17358F (or 0x17358F) is known color: Egyptian Blue. HEX triplet: 17, 35 and 8F. RGB value is (23,53,143). Sum of RGB (Red+Green+Blue) = 23+53+143=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 143 (56.25% from 255 or 65.30% from 219); Max value from RGB is 143 - color contains mainly: blue. Hex color #17358F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17358F is #E8CA70. Grayscale: #353535. Windows color (decimal): -15256177 or 9385239. OLE color: 9385239.

HSL color Cylindrical-coordinate representation of color #17358F: hue angle of 225º 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 #17358F is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 53 143 -
CMYK 0.84 0.63 0 0.44
HSL 225º 0.72% 0.33% -
HSV(B) 225º 0.84% 0.56% -
XYZ 6.58 4.71 26.55 -
YUV 54.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 23 53 143 0.84 0.63 0 0.44 225 0.72 0.33
Hex 17 35 8F 54 3F 0 2C E1 48 21
Octal 27 65 217 124 77 0 54 341 110 41
Binary 10111 110101 10001111 1010100 111111 0 101100 11100001 1001000 100001

Color Harmonies of #17358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17358F

Black with #17358F

Text Example


Text Example

White with #17358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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