Html Css Color HEX #17229B Egyptian Blue

📋 copy color: '#17229B'

red 23 ◦ green 34 ◦ blue 155

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

Shades of Egyptian Blue #17229B

Tints of Egyptian Blue #17229B

RGB

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

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

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

R = 10.85%
G = 16.04%
B = 73.11%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#17229B (or 0x17229B) is known color: Egyptian Blue. HEX triplet: 17, 22 and 9B. RGB value is (23,34,155). Sum of RGB (Red+Green+Blue) = 23+34+155=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #17229B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17229B is #E8DD64. Grayscale: #2C2C2C. Windows color (decimal): -15261029 or 10166807. OLE color: 10166807.

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

Color convert

RGB 23 34 155 -
CMYK 0.85 0.78 0 0.39
HSL 235º 0.74% 0.35% -
HSV(B) 235º 0.85% 0.61% -
XYZ 6.84 3.69 31.36 -
YUV 44.51 190.36 112.66 -
System Red Green Blue C M Y K H S L
Decimal 23 34 155 0.85 0.78 0 0.39 235 0.74 0.35
Hex 17 22 9B 55 4E 0 27 EB 4A 23
Octal 27 42 233 125 116 0 47 353 112 43
Binary 10111 100010 10011011 1010101 1001110 0 100111 11101011 1001010 100011

Color Harmonies of #17229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17229B

Black with #17229B

Text Example


Text Example

White with #17229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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