Html Css Color HEX #17308B Egyptian Blue

📋 copy color: '#17308B'

red 23 ◦ green 48 ◦ blue 139

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

Shades of Egyptian Blue #17308B

Tints of Egyptian Blue #17308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.19%

R = 10.95%
G = 22.86%
B = 66.19%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17308B (or 0x17308B) is known color: Egyptian Blue. HEX triplet: 17, 30 and 8B. RGB value is (23,48,139). Sum of RGB (Red+Green+Blue) = 23+48+139=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #17308B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17308B is #E8CF74. Grayscale: #323232. Windows color (decimal): -15257461 or 9121815. OLE color: 9121815.

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

Color convert

RGB 23 48 139 -
CMYK 0.83 0.65 0 0.45
HSL 227.07º 0.72% 0.32% -
HSV(B) 227.07º 0.83% 0.55% -
XYZ 6.07 4.16 24.91 -
YUV 50.9 177.72 108.1 -
System Red Green Blue C M Y K H S L
Decimal 23 48 139 0.83 0.65 0 0.45 227.07 0.72 0.32
Hex 17 30 8B 53 41 0 2D E3 48 20
Octal 27 60 213 123 101 0 55 343 110 40
Binary 10111 110000 10001011 1010011 1000001 0 101101 11100011 1001000 100000

Color Harmonies of #17308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17308B

Black with #17308B

Text Example


Text Example

White with #17308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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