Html Css Color HEX #17308C Egyptian Blue

📋 copy color: '#17308C'

red 23 ◦ green 48 ◦ blue 140

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

Shades of Egyptian Blue #17308C

Tints of Egyptian Blue #17308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.35%

R = 10.9%
G = 22.75%
B = 66.35%

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

#17308C (or 0x17308C) is known color: Egyptian Blue. HEX triplet: 17, 30 and 8C. RGB value is (23,48,140). Sum of RGB (Red+Green+Blue) = 23+48+140=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #17308C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17308C is #E8CF73. Grayscale: #323232. Windows color (decimal): -15257460 or 9187351. OLE color: 9187351.

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

Color convert

RGB 23 48 140 -
CMYK 0.84 0.66 0 0.45
HSL 227.18º 0.72% 0.32% -
HSV(B) 227.18º 0.84% 0.55% -
XYZ 6.14 4.19 25.3 -
YUV 51.01 178.22 108.02 -
System Red Green Blue C M Y K H S L
Decimal 23 48 140 0.84 0.66 0 0.45 227.18 0.72 0.32
Hex 17 30 8C 54 42 0 2D E3 48 20
Octal 27 60 214 124 102 0 55 343 110 40
Binary 10111 110000 10001100 1010100 1000010 0 101101 11100011 1001000 100000

Color Harmonies of #17308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17308C

Black with #17308C

Text Example


Text Example

White with #17308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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