Html Css Color HEX #17268C Egyptian Blue

📋 copy color: '#17268C'

red 23 ◦ green 38 ◦ blue 140

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

Shades of Egyptian Blue #17268C

Tints of Egyptian Blue #17268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.91%

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

R = 11.44%
G = 18.91%
B = 69.65%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17268C (or 0x17268C) is known color: Egyptian Blue. HEX triplet: 17, 26 and 8C. RGB value is (23,38,140). Sum of RGB (Red+Green+Blue) = 23+38+140=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #17268C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17268C is #E8D973. Grayscale: #2C2C2C. Windows color (decimal): -15260020 or 9184791. OLE color: 9184791.

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

Color convert

RGB 23 38 140 -
CMYK 0.84 0.73 0 0.45
HSL 232.31º 0.72% 0.32% -
HSV(B) 232.31º 0.84% 0.55% -
XYZ 5.78 3.46 25.17 -
YUV 45.14 181.53 112.21 -
System Red Green Blue C M Y K H S L
Decimal 23 38 140 0.84 0.73 0 0.45 232.31 0.72 0.32
Hex 17 26 8C 54 49 0 2D E8 48 20
Octal 27 46 214 124 111 0 55 350 110 40
Binary 10111 100110 10001100 1010100 1001001 0 101101 11101000 1001000 100000

Color Harmonies of #17268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17268C

Black with #17268C

Text Example


Text Example

White with #17268C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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