Html Css Color HEX #17299A Egyptian Blue

📋 copy color: '#17299A'

red 23 ◦ green 41 ◦ blue 154

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

Shades of Egyptian Blue #17299A

Tints of Egyptian Blue #17299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.81%

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

R = 10.55%
G = 18.81%
B = 70.64%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#17299A (or 0x17299A) is known color: Egyptian Blue. HEX triplet: 17, 29 and 9A. RGB value is (23,41,154). Sum of RGB (Red+Green+Blue) = 23+41+154=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #17299A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17299A is #E8D665. Grayscale: #303030. Windows color (decimal): -15259238 or 10103063. OLE color: 10103063.

HSL color Cylindrical-coordinate representation of color #17299A: hue angle of 231.76º 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 #17299A is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 23 41 154 -
CMYK 0.85 0.73 0 0.40
HSL 231.76º 0.74% 0.35% -
HSV(B) 231.76º 0.85% 0.6% -
XYZ 6.98 4.1 31 -
YUV 48.5 187.54 109.81 -
System Red Green Blue C M Y K H S L
Decimal 23 41 154 0.85 0.73 0 0.40 231.76 0.74 0.35
Hex 17 29 9A 55 49 0 28 E8 4A 23
Octal 27 51 232 125 111 0 50 350 112 43
Binary 10111 101001 10011010 1010101 1001001 0 101000 11101000 1001010 100011

Color Harmonies of #17299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17299A

Black with #17299A

Text Example


Text Example

White with #17299A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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