Html Css Color HEX #17308D Egyptian Blue

📋 copy color: '#17308D'

red 23 ◦ green 48 ◦ blue 141

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

Shades of Egyptian Blue #17308D

Tints of Egyptian Blue #17308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.64%

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

R = 10.85%
G = 22.64%
B = 66.51%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17308D (or 0x17308D) is known color: Egyptian Blue. HEX triplet: 17, 30 and 8D. RGB value is (23,48,141). Sum of RGB (Red+Green+Blue) = 23+48+141=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #17308D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17308D is #E8CF72. Grayscale: #323232. Windows color (decimal): -15257459 or 9252887. OLE color: 9252887.

HSL color Cylindrical-coordinate representation of color #17308D: hue angle of 227.29º 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 #17308D is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 48 141 -
CMYK 0.84 0.66 0 0.45
HSL 227.29º 0.72% 0.32% -
HSV(B) 227.29º 0.84% 0.55% -
XYZ 6.22 4.22 25.69 -
YUV 51.13 178.72 107.94 -
System Red Green Blue C M Y K H S L
Decimal 23 48 141 0.84 0.66 0 0.45 227.29 0.72 0.32
Hex 17 30 8D 54 42 0 2D E3 48 20
Octal 27 60 215 124 102 0 55 343 110 40
Binary 10111 110000 10001101 1010100 1000010 0 101101 11100011 1001000 100000

Color Harmonies of #17308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17308D

Black with #17308D

Text Example


Text Example

White with #17308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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