Html Css Color HEX #103495 Egyptian Blue

📋 copy color: '#103495'

red 16 ◦ green 52 ◦ blue 149

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

Shades of Egyptian Blue #103495

Tints of Egyptian Blue #103495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.96%

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

R = 7.37%
G = 23.96%
B = 68.66%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#103495 (or 0x103495) is known color: Egyptian Blue. HEX triplet: 10, 34 and 95. RGB value is (16,52,149). Sum of RGB (Red+Green+Blue) = 16+52+149=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #103495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103495 is #EFCB6A. Grayscale: #333333. Windows color (decimal): -15715179 or 9778192. OLE color: 9778192.

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

Color convert

RGB 16 52 149 -
CMYK 0.89 0.65 0 0.42
HSL 223.76º 0.81% 0.32% -
HSV(B) 223.76º 0.89% 0.58% -
XYZ 6.87 4.74 28.99 -
YUV 52.29 182.57 102.11 -
System Red Green Blue C M Y K H S L
Decimal 16 52 149 0.89 0.65 0 0.42 223.76 0.81 0.32
Hex 10 34 95 59 41 0 2A E0 51 20
Octal 20 64 225 131 101 0 52 340 121 40
Binary 10000 110100 10010101 1011001 1000001 0 101010 11100000 1010001 100000

Color Harmonies of #103495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103495

Black with #103495

Text Example


Text Example

White with #103495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103495; }

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

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

background-color css

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

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

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

border-color css

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

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

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