Html Css Color HEX #17229D Egyptian Blue

📋 copy color: '#17229D'

red 23 ◦ green 34 ◦ blue 157

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

Shades of Egyptian Blue #17229D

Tints of Egyptian Blue #17229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

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

R = 10.75%
G = 15.89%
B = 73.36%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#17229D (or 0x17229D) is known color: Egyptian Blue. HEX triplet: 17, 22 and 9D. RGB value is (23,34,157). Sum of RGB (Red+Green+Blue) = 23+34+157=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #17229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17229D is #E8DD62. Grayscale: #2C2C2C. Windows color (decimal): -15261027 or 10297879. OLE color: 10297879.

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

Color convert

RGB 23 34 157 -
CMYK 0.85 0.78 0 0.38
HSL 235.07º 0.74% 0.35% -
HSV(B) 235.07º 0.85% 0.62% -
XYZ 7.01 3.76 32.25 -
YUV 44.73 191.36 112.5 -
System Red Green Blue C M Y K H S L
Decimal 23 34 157 0.85 0.78 0 0.38 235.07 0.74 0.35
Hex 17 22 9D 55 4E 0 26 EB 4A 23
Octal 27 42 235 125 116 0 46 353 112 43
Binary 10111 100010 10011101 1010101 1001110 0 100110 11101011 1001010 100011

Color Harmonies of #17229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17229D

Black with #17229D

Text Example


Text Example

White with #17229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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