Html Css Color HEX #17288D Egyptian Blue

📋 copy color: '#17288D'

red 23 ◦ green 40 ◦ blue 141

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

Shades of Egyptian Blue #17288D

Tints of Egyptian Blue #17288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.61%

 BLUE value IS 141 (55.47% from 255) = 69.12%

R = 11.27%
G = 19.61%
B = 69.12%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17288D (or 0x17288D) is known color: Egyptian Blue. HEX triplet: 17, 28 and 8D. RGB value is (23,40,141). Sum of RGB (Red+Green+Blue) = 23+40+141=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #17288D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17288D is #E8D772. Grayscale: #2E2E2E. Windows color (decimal): -15259507 or 9250839. OLE color: 9250839.

HSL color Cylindrical-coordinate representation of color #17288D: hue angle of 231.36º 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 #17288D is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 40 141 -
CMYK 0.84 0.72 0 0.45
HSL 231.36º 0.72% 0.32% -
HSV(B) 231.36º 0.84% 0.55% -
XYZ 5.92 3.62 25.59 -
YUV 46.43 181.37 111.29 -
System Red Green Blue C M Y K H S L
Decimal 23 40 141 0.84 0.72 0 0.45 231.36 0.72 0.32
Hex 17 28 8D 54 48 0 2D E7 48 20
Octal 27 50 215 124 110 0 55 347 110 40
Binary 10111 101000 10001101 1010100 1001000 0 101101 11100111 1001000 100000

Color Harmonies of #17288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17288D

Black with #17288D

Text Example


Text Example

White with #17288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17288D; }

 p { color: rgb(23,40,141); }

 H1.HeaderClassName
 {
   color: #17288D;
 }
 .AnyTagClassName
 {
   color: #17288D;
 }
</style>

background-color css

<style>
 a { background-color: #17288D; }

 a { background-color: rgb(23,40,141); }

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

border-color css

<style>
 span { border-color: #17288D; }

 span { border-color: rgb(23,40,141); }

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