Html Css Color HEX #17279C Egyptian Blue

📋 copy color: '#17279C'

red 23 ◦ green 39 ◦ blue 156

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

Shades of Egyptian Blue #17279C

Tints of Egyptian Blue #17279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

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

R = 10.55%
G = 17.89%
B = 71.56%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#17279C (or 0x17279C) is known color: Egyptian Blue. HEX triplet: 17, 27 and 9C. RGB value is (23,39,156). Sum of RGB (Red+Green+Blue) = 23+39+156=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #17279C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17279C is #E8D863. Grayscale: #2F2F2F. Windows color (decimal): -15259748 or 10233623. OLE color: 10233623.

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

Color convert

RGB 23 39 156 -
CMYK 0.85 0.75 0 0.39
HSL 232.78º 0.74% 0.35% -
HSV(B) 232.78º 0.85% 0.61% -
XYZ 7.08 4.03 31.86 -
YUV 47.55 189.2 110.49 -
System Red Green Blue C M Y K H S L
Decimal 23 39 156 0.85 0.75 0 0.39 232.78 0.74 0.35
Hex 17 27 9C 55 4B 0 27 E9 4A 23
Octal 27 47 234 125 113 0 47 351 112 43
Binary 10111 100111 10011100 1010101 1001011 0 100111 11101001 1001010 100011

Color Harmonies of #17279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17279C

Black with #17279C

Text Example


Text Example

White with #17279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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