Html Css Color HEX #17278F Egyptian Blue

📋 copy color: '#17278F'

red 23 ◦ green 39 ◦ blue 143

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

Shades of Egyptian Blue #17278F

Tints of Egyptian Blue #17278F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 69.76%

R = 11.22%
G = 19.02%
B = 69.76%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#17278F (or 0x17278F) is known color: Egyptian Blue. HEX triplet: 17, 27 and 8F. RGB value is (23,39,143). Sum of RGB (Red+Green+Blue) = 23+39+143=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 143 (56.25% from 255 or 69.76% from 205); Max value from RGB is 143 - color contains mainly: blue. Hex color #17278F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17278F is #E8D870. Grayscale: #2D2D2D. Windows color (decimal): -15259761 or 9381655. OLE color: 9381655.

HSL color Cylindrical-coordinate representation of color #17278F: hue angle of 232º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17278F is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 39 143 -
CMYK 0.84 0.73 0 0.44
HSL 232º 0.72% 0.33% -
HSV(B) 232º 0.84% 0.56% -
XYZ 6.04 3.62 26.37 -
YUV 46.07 182.7 111.54 -
System Red Green Blue C M Y K H S L
Decimal 23 39 143 0.84 0.73 0 0.44 232 0.72 0.33
Hex 17 27 8F 54 49 0 2C E8 48 21
Octal 27 47 217 124 111 0 54 350 110 41
Binary 10111 100111 10001111 1010100 1001001 0 101100 11101000 1001000 100001

Color Harmonies of #17278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17278F

Black with #17278F

Text Example


Text Example

White with #17278F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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