Html Css Color HEX #17289B Egyptian Blue

📋 copy color: '#17289B'

red 23 ◦ green 40 ◦ blue 155

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

Shades of Egyptian Blue #17289B

Tints of Egyptian Blue #17289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 71.1%

R = 10.55%
G = 18.35%
B = 71.1%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#17289B (or 0x17289B) is known color: Egyptian Blue. HEX triplet: 17, 28 and 9B. RGB value is (23,40,155). Sum of RGB (Red+Green+Blue) = 23+40+155=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #17289B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17289B is #E8D764. Grayscale: #2F2F2F. Windows color (decimal): -15259493 or 10168343. OLE color: 10168343.

HSL color Cylindrical-coordinate representation of color #17289B: hue angle of 232.27º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17289B is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 23 40 155 -
CMYK 0.85 0.74 0 0.39
HSL 232.27º 0.74% 0.35% -
HSV(B) 232.27º 0.85% 0.61% -
XYZ 7.03 4.07 31.42 -
YUV 48.03 188.37 110.15 -
System Red Green Blue C M Y K H S L
Decimal 23 40 155 0.85 0.74 0 0.39 232.27 0.74 0.35
Hex 17 28 9B 55 4A 0 27 E8 4A 23
Octal 27 50 233 125 112 0 47 350 112 43
Binary 10111 101000 10011011 1010101 1001010 0 100111 11101000 1001010 100011

Color Harmonies of #17289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17289B

Black with #17289B

Text Example


Text Example

White with #17289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17289B; }

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

 H1.HeaderClassName
 {
   color: #17289B;
 }
 .AnyTagClassName
 {
   color: #17289B;
 }
</style>

background-color css

<style>
 a { background-color: #17289B; }

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

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

border-color css

<style>
 span { border-color: #17289B; }

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

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