Html Css Color HEX #17449F Egyptian Blue

📋 copy color: '#17449F'

red 23 ◦ green 68 ◦ blue 159

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

Shades of Egyptian Blue #17449F

Tints of Egyptian Blue #17449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.2%

 BLUE value IS 159 (62.5% from 255) = 63.6%

R = 9.2%
G = 27.2%
B = 63.6%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#17449F (or 0x17449F) is known color: Egyptian Blue. HEX triplet: 17, 44 and 9F. RGB value is (23,68,159). Sum of RGB (Red+Green+Blue) = 23+68+159=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #17449F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17449F is #E8BB60. Grayscale: #404040. Windows color (decimal): -15252321 or 10437655. OLE color: 10437655.

HSL color Cylindrical-coordinate representation of color #17449F: hue angle of 220.15º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17449F is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 23 68 159 -
CMYK 0.86 0.57 0 0.38
HSL 220.15º 0.75% 0.36% -
HSV(B) 220.15º 0.86% 0.62% -
XYZ 8.68 6.82 33.66 -
YUV 64.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 23 68 159 0.86 0.57 0 0.38 220.15 0.75 0.36
Hex 17 44 9F 56 39 0 26 DC 4B 24
Octal 27 104 237 126 71 0 46 334 113 44
Binary 10111 1000100 10011111 1010110 111001 0 100110 11011100 1001011 100100

Color Harmonies of #17449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17449F

Black with #17449F

Text Example


Text Example

White with #17449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17449F; }

 p { color: rgb(23,68,159); }

 H1.HeaderClassName
 {
   color: #17449F;
 }
 .AnyTagClassName
 {
   color: #17449F;
 }
</style>

background-color css

<style>
 a { background-color: #17449F; }

 a { background-color: rgb(23,68,159); }

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

border-color css

<style>
 span { border-color: #17449F; }

 span { border-color: rgb(23,68,159); }

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