Html Css Color HEX #17249C Egyptian Blue

📋 copy color: '#17249C'

red 23 ◦ green 36 ◦ blue 156

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

Shades of Egyptian Blue #17249C

Tints of Egyptian Blue #17249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.74%

 BLUE value IS 156 (61.33% from 255) = 72.56%

R = 10.7%
G = 16.74%
B = 72.56%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#17249C (or 0x17249C) is known color: Egyptian Blue. HEX triplet: 17, 24 and 9C. RGB value is (23,36,156). Sum of RGB (Red+Green+Blue) = 23+36+156=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #17249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17249C is #E8DB63. Grayscale: #2D2D2D. Windows color (decimal): -15260516 or 10232855. OLE color: 10232855.

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

Color convert

RGB 23 36 156 -
CMYK 0.85 0.77 0 0.39
HSL 234.14º 0.74% 0.35% -
HSV(B) 234.14º 0.85% 0.61% -
XYZ 6.98 3.84 31.83 -
YUV 45.79 190.19 111.74 -
System Red Green Blue C M Y K H S L
Decimal 23 36 156 0.85 0.77 0 0.39 234.14 0.74 0.35
Hex 17 24 9C 55 4D 0 27 EA 4A 23
Octal 27 44 234 125 115 0 47 352 112 43
Binary 10111 100100 10011100 1010101 1001101 0 100111 11101010 1001010 100011

Color Harmonies of #17249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17249C

Black with #17249C

Text Example


Text Example

White with #17249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17249C; }

 p { color: rgb(23,36,156); }

 H1.HeaderClassName
 {
   color: #17249C;
 }
 .AnyTagClassName
 {
   color: #17249C;
 }
</style>

background-color css

<style>
 a { background-color: #17249C; }

 a { background-color: rgb(23,36,156); }

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

border-color css

<style>
 span { border-color: #17249C; }

 span { border-color: rgb(23,36,156); }

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