Html Css Color HEX #102593 Egyptian Blue

📋 copy color: '#102593'

red 16 ◦ green 37 ◦ blue 147

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

Shades of Egyptian Blue #102593

Tints of Egyptian Blue #102593

RGB

 RED value IS 16 (6.64% from 255) = 8%

 GREEN value IS 37 (14.84% from 255) = 18.5%

 BLUE value IS 147 (57.81% from 255) = 73.5%

R = 8%
G = 18.5%
B = 73.5%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#102593 (or 0x102593) is known color: Egyptian Blue. HEX triplet: 10, 25 and 93. RGB value is (16,37,147). Sum of RGB (Red+Green+Blue) = 16+37+147=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #102593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102593 is #EFDA6C. Grayscale: #2A2A2A. Windows color (decimal): -15719021 or 9643280. OLE color: 9643280.

HSL color Cylindrical-coordinate representation of color #102593: hue angle of 230.38º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #102593 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 37 147 -
CMYK 0.89 0.75 0 0.42
HSL 230.38º 0.8% 0.32% -
HSV(B) 230.38º 0.89% 0.58% -
XYZ 6.14 3.54 27.96 -
YUV 43.26 186.54 108.56 -
System Red Green Blue C M Y K H S L
Decimal 16 37 147 0.89 0.75 0 0.42 230.38 0.8 0.32
Hex 10 25 93 59 4B 0 2A E6 50 20
Octal 20 45 223 131 113 0 52 346 120 40
Binary 10000 100101 10010011 1011001 1001011 0 101010 11100110 1010000 100000

Color Harmonies of #102593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102593

Black with #102593

Text Example


Text Example

White with #102593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102593; }

 p { color: rgb(16,37,147); }

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

background-color css

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

 a { background-color: rgb(16,37,147); }

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

border-color css

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

 span { border-color: rgb(16,37,147); }

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