Html Css Color HEX #17378D Egyptian Blue

📋 copy color: '#17378D'

red 23 ◦ green 55 ◦ blue 141

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

Shades of Egyptian Blue #17378D

Tints of Egyptian Blue #17378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.11%

 BLUE value IS 141 (55.47% from 255) = 64.38%

R = 10.5%
G = 25.11%
B = 64.38%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17378D (or 0x17378D) is known color: Egyptian Blue. HEX triplet: 17, 37 and 8D. RGB value is (23,55,141). Sum of RGB (Red+Green+Blue) = 23+55+141=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #17378D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17378D is #E8C872. Grayscale: #363636. Windows color (decimal): -15255667 or 9254679. OLE color: 9254679.

HSL color Cylindrical-coordinate representation of color #17378D: hue angle of 223.73º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17378D is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 55 141 -
CMYK 0.84 0.61 0 0.45
HSL 223.73º 0.72% 0.32% -
HSV(B) 223.73º 0.84% 0.55% -
XYZ 6.53 4.84 25.79 -
YUV 55.24 176.4 105.01 -
System Red Green Blue C M Y K H S L
Decimal 23 55 141 0.84 0.61 0 0.45 223.73 0.72 0.32
Hex 17 37 8D 54 3D 0 2D E0 48 20
Octal 27 67 215 124 75 0 55 340 110 40
Binary 10111 110111 10001101 1010100 111101 0 101101 11100000 1001000 100000

Color Harmonies of #17378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17378D

Black with #17378D

Text Example


Text Example

White with #17378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17378D; }

 p { color: rgb(23,55,141); }

 H1.HeaderClassName
 {
   color: #17378D;
 }
 .AnyTagClassName
 {
   color: #17378D;
 }
</style>

background-color css

<style>
 a { background-color: #17378D; }

 a { background-color: rgb(23,55,141); }

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

border-color css

<style>
 span { border-color: #17378D; }

 span { border-color: rgb(23,55,141); }

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