Html Css Color HEX #103299 Egyptian Blue

📋 copy color: '#103299'

red 16 ◦ green 50 ◦ blue 153

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

Shades of Egyptian Blue #103299

Tints of Egyptian Blue #103299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.83%

 BLUE value IS 153 (60.16% from 255) = 69.86%

R = 7.31%
G = 22.83%
B = 69.86%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#103299 (or 0x103299) is known color: Egyptian Blue. HEX triplet: 10, 32 and 99. RGB value is (16,50,153). Sum of RGB (Red+Green+Blue) = 16+50+153=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #103299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103299 is #EFCD66. Grayscale: #333333. Windows color (decimal): -15715687 or 10039824. OLE color: 10039824.

HSL color Cylindrical-coordinate representation of color #103299: hue angle of 225.11º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103299 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 50 153 -
CMYK 0.90 0.67 0 0.4
HSL 225.11º 0.81% 0.33% -
HSV(B) 225.11º 0.9% 0.6% -
XYZ 7.1 4.69 30.67 -
YUV 51.58 185.24 102.62 -
System Red Green Blue C M Y K H S L
Decimal 16 50 153 0.90 0.67 0 0.4 225.11 0.81 0.33
Hex 10 32 99 5A 43 0 28 E1 51 21
Octal 20 62 231 132 103 0 50 341 121 41
Binary 10000 110010 10011001 1011010 1000011 0 101000 11100001 1010001 100001

Color Harmonies of #103299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103299

Black with #103299

Text Example


Text Example

White with #103299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103299; }

 p { color: rgb(16,50,153); }

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

background-color css

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

 a { background-color: rgb(16,50,153); }

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

border-color css

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

 span { border-color: rgb(16,50,153); }

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