Html Css Color HEX #17219A Egyptian Blue

📋 copy color: '#17219A'

red 23 ◦ green 33 ◦ blue 154

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

Shades of Egyptian Blue #17219A

Tints of Egyptian Blue #17219A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.71%

 BLUE value IS 154 (60.55% from 255) = 73.33%

R = 10.95%
G = 15.71%
B = 73.33%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#17219A (or 0x17219A) is known color: Egyptian Blue. HEX triplet: 17, 21 and 9A. RGB value is (23,33,154). Sum of RGB (Red+Green+Blue) = 23+33+154=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 154 (60.55% from 255 or 73.33% from 210); Max value from RGB is 154 - color contains mainly: blue. Hex color #17219A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17219A is #E8DE65. Grayscale: #2B2B2B. Windows color (decimal): -15261286 or 10101015. OLE color: 10101015.

HSL color Cylindrical-coordinate representation of color #17219A: hue angle of 235.42º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17219A is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 23 33 154 -
CMYK 0.85 0.79 0 0.40
HSL 235.42º 0.74% 0.35% -
HSV(B) 235.42º 0.85% 0.6% -
XYZ 6.73 3.6 30.91 -
YUV 43.8 190.19 113.16 -
System Red Green Blue C M Y K H S L
Decimal 23 33 154 0.85 0.79 0 0.40 235.42 0.74 0.35
Hex 17 21 9A 55 4F 0 28 EB 4A 23
Octal 27 41 232 125 117 0 50 353 112 43
Binary 10111 100001 10011010 1010101 1001111 0 101000 11101011 1001010 100011

Color Harmonies of #17219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17219A

Black with #17219A

Text Example


Text Example

White with #17219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17219A; }

 p { color: rgb(23,33,154); }

 H1.HeaderClassName
 {
   color: #17219A;
 }
 .AnyTagClassName
 {
   color: #17219A;
 }
</style>

background-color css

<style>
 a { background-color: #17219A; }

 a { background-color: rgb(23,33,154); }

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

border-color css

<style>
 span { border-color: #17219A; }

 span { border-color: rgb(23,33,154); }

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