Html Css Color HEX #17298C Egyptian Blue

📋 copy color: '#17298C'

red 23 ◦ green 41 ◦ blue 140

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

Shades of Egyptian Blue #17298C

Tints of Egyptian Blue #17298C

RGB

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

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

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

R = 11.27%
G = 20.1%
B = 68.63%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17298C (or 0x17298C) is known color: Egyptian Blue. HEX triplet: 17, 29 and 8C. RGB value is (23,41,140). Sum of RGB (Red+Green+Blue) = 23+41+140=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #17298C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17298C is #E8D673. Grayscale: #2E2E2E. Windows color (decimal): -15259252 or 9185559. OLE color: 9185559.

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

Color convert

RGB 23 41 140 -
CMYK 0.84 0.71 0 0.45
HSL 230.77º 0.72% 0.32% -
HSV(B) 230.77º 0.84% 0.55% -
XYZ 5.88 3.66 25.21 -
YUV 46.9 180.54 110.95 -
System Red Green Blue C M Y K H S L
Decimal 23 41 140 0.84 0.71 0 0.45 230.77 0.72 0.32
Hex 17 29 8C 54 47 0 2D E7 48 20
Octal 27 51 214 124 107 0 55 347 110 40
Binary 10111 101001 10001100 1010100 1000111 0 101101 11100111 1001000 100000

Color Harmonies of #17298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17298C

Black with #17298C

Text Example


Text Example

White with #17298C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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