Html Css Color HEX #17299E Egyptian Blue

📋 copy color: '#17299E'

red 23 ◦ green 41 ◦ blue 158

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

Shades of Egyptian Blue #17299E

Tints of Egyptian Blue #17299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

 BLUE value IS 158 (62.11% from 255) = 71.17%

R = 10.36%
G = 18.47%
B = 71.17%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#17299E (or 0x17299E) is known color: Egyptian Blue. HEX triplet: 17, 29 and 9E. RGB value is (23,41,158). Sum of RGB (Red+Green+Blue) = 23+41+158=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #17299E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17299E is #E8D661. Grayscale: #303030. Windows color (decimal): -15259234 or 10365207. OLE color: 10365207.

HSL color Cylindrical-coordinate representation of color #17299E: hue angle of 232º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17299E is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 23 41 158 -
CMYK 0.85 0.74 0 0.38
HSL 232º 0.75% 0.35% -
HSV(B) 232º 0.85% 0.62% -
XYZ 7.32 4.24 32.78 -
YUV 48.96 189.54 109.49 -
System Red Green Blue C M Y K H S L
Decimal 23 41 158 0.85 0.74 0 0.38 232 0.75 0.35
Hex 17 29 9E 55 4A 0 26 E8 4B 23
Octal 27 51 236 125 112 0 46 350 113 43
Binary 10111 101001 10011110 1010101 1001010 0 100110 11101000 1001011 100011

Color Harmonies of #17299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17299E

Black with #17299E

Text Example


Text Example

White with #17299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17299E; }

 p { color: rgb(23,41,158); }

 H1.HeaderClassName
 {
   color: #17299E;
 }
 .AnyTagClassName
 {
   color: #17299E;
 }
</style>

background-color css

<style>
 a { background-color: #17299E; }

 a { background-color: rgb(23,41,158); }

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

border-color css

<style>
 span { border-color: #17299E; }

 span { border-color: rgb(23,41,158); }

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