Html Css Color HEX #17279D Egyptian Blue

📋 copy color: '#17279D'

red 23 ◦ green 39 ◦ blue 157

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

Shades of Egyptian Blue #17279D

Tints of Egyptian Blue #17279D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.81%

 BLUE value IS 157 (61.72% from 255) = 71.69%

R = 10.5%
G = 17.81%
B = 71.69%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#17279D (or 0x17279D) is known color: Egyptian Blue. HEX triplet: 17, 27 and 9D. RGB value is (23,39,157). Sum of RGB (Red+Green+Blue) = 23+39+157=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 157 (61.72% from 255 or 71.69% from 219); Max value from RGB is 157 - color contains mainly: blue. Hex color #17279D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17279D is #E8D862. Grayscale: #2F2F2F. Windows color (decimal): -15259747 or 10299159. OLE color: 10299159.

HSL color Cylindrical-coordinate representation of color #17279D: hue angle of 232.84º degrees, saturation: 0.74, 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 #17279D is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 23 39 157 -
CMYK 0.85 0.75 0 0.38
HSL 232.84º 0.74% 0.35% -
HSV(B) 232.84º 0.85% 0.62% -
XYZ 7.16 4.07 32.31 -
YUV 47.67 189.7 110.41 -
System Red Green Blue C M Y K H S L
Decimal 23 39 157 0.85 0.75 0 0.38 232.84 0.74 0.35
Hex 17 27 9D 55 4B 0 26 E9 4A 23
Octal 27 47 235 125 113 0 46 351 112 43
Binary 10111 100111 10011101 1010101 1001011 0 100110 11101001 1001010 100011

Color Harmonies of #17279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17279D

Black with #17279D

Text Example


Text Example

White with #17279D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,39,157); }

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

background-color css

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

 a { background-color: rgb(23,39,157); }

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

border-color css

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

 span { border-color: rgb(23,39,157); }

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