Html Css Color HEX #102495 Egyptian Blue

📋 copy color: '#102495'

red 16 ◦ green 36 ◦ blue 149

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

Shades of Egyptian Blue #102495

Tints of Egyptian Blue #102495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.91%

 BLUE value IS 149 (58.59% from 255) = 74.13%

R = 7.96%
G = 17.91%
B = 74.13%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#102495 (or 0x102495) is known color: Egyptian Blue. HEX triplet: 10, 24 and 95. RGB value is (16,36,149). Sum of RGB (Red+Green+Blue) = 16+36+149=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #102495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102495 is #EFDB6A. Grayscale: #2A2A2A. Windows color (decimal): -15719275 or 9774096. OLE color: 9774096.

HSL color Cylindrical-coordinate representation of color #102495: hue angle of 230.98º degrees, saturation: 0.81, 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 #102495 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 36 149 -
CMYK 0.89 0.76 0 0.42
HSL 230.98º 0.81% 0.32% -
HSV(B) 230.98º 0.89% 0.58% -
XYZ 6.27 3.54 28.79 -
YUV 42.9 187.87 108.81 -
System Red Green Blue C M Y K H S L
Decimal 16 36 149 0.89 0.76 0 0.42 230.98 0.81 0.32
Hex 10 24 95 59 4C 0 2A E7 51 20
Octal 20 44 225 131 114 0 52 347 121 40
Binary 10000 100100 10010101 1011001 1001100 0 101010 11100111 1010001 100000

Color Harmonies of #102495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102495

Black with #102495

Text Example


Text Example

White with #102495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102495; }

 p { color: rgb(16,36,149); }

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

background-color css

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

 a { background-color: rgb(16,36,149); }

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

border-color css

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

 span { border-color: rgb(16,36,149); }

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