Html Css Color HEX #102596 Egyptian Blue

📋 copy color: '#102596'

red 16 ◦ green 37 ◦ blue 150

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

Shades of Egyptian Blue #102596

Tints of Egyptian Blue #102596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 73.89%

R = 7.88%
G = 18.23%
B = 73.89%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#102596 (or 0x102596) is known color: Egyptian Blue. HEX triplet: 10, 25 and 96. RGB value is (16,37,150). Sum of RGB (Red+Green+Blue) = 16+37+150=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 150 (58.98% from 255 or 73.89% from 203); Max value from RGB is 150 - color contains mainly: blue. Hex color #102596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102596 is #EFDA69. Grayscale: #2B2B2B. Windows color (decimal): -15719018 or 9839888. OLE color: 9839888.

HSL color Cylindrical-coordinate representation of color #102596: hue angle of 230.6º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #102596 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 37 150 -
CMYK 0.89 0.75 0 0.41
HSL 230.6º 0.81% 0.33% -
HSV(B) 230.6º 0.89% 0.59% -
XYZ 6.38 3.64 29.22 -
YUV 43.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 16 37 150 0.89 0.75 0 0.41 230.6 0.81 0.33
Hex 10 25 96 59 4B 0 29 E7 51 21
Octal 20 45 226 131 113 0 51 347 121 41
Binary 10000 100101 10010110 1011001 1001011 0 101001 11100111 1010001 100001

Color Harmonies of #102596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102596

Black with #102596

Text Example


Text Example

White with #102596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102596; }

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

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

background-color css

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

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

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

border-color css

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

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

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