Html Css Color HEX #17358C Egyptian Blue

📋 copy color: '#17358C'

red 23 ◦ green 53 ◦ blue 140

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

Shades of Egyptian Blue #17358C

Tints of Egyptian Blue #17358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 64.81%

R = 10.65%
G = 24.54%
B = 64.81%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17358C (or 0x17358C) is known color: Egyptian Blue. HEX triplet: 17, 35 and 8C. RGB value is (23,53,140). Sum of RGB (Red+Green+Blue) = 23+53+140=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #17358C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17358C is #E8CA73. Grayscale: #353535. Windows color (decimal): -15256180 or 9188631. OLE color: 9188631.

HSL color Cylindrical-coordinate representation of color #17358C: hue angle of 224.62º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17358C is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 53 140 -
CMYK 0.84 0.62 0 0.45
HSL 224.62º 0.72% 0.32% -
HSV(B) 224.62º 0.84% 0.55% -
XYZ 6.36 4.62 25.37 -
YUV 53.95 176.56 105.93 -
System Red Green Blue C M Y K H S L
Decimal 23 53 140 0.84 0.62 0 0.45 224.62 0.72 0.32
Hex 17 35 8C 54 3E 0 2D E1 48 20
Octal 27 65 214 124 76 0 55 341 110 40
Binary 10111 110101 10001100 1010100 111110 0 101101 11100001 1001000 100000

Color Harmonies of #17358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17358C

Black with #17358C

Text Example


Text Example

White with #17358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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