Html Css Color HEX #103399 Egyptian Blue

📋 copy color: '#103399'

red 16 ◦ green 51 ◦ blue 153

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

Shades of Egyptian Blue #103399

Tints of Egyptian Blue #103399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

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

R = 7.27%
G = 23.18%
B = 69.55%

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

#103399 (or 0x103399) is known color: Egyptian Blue. HEX triplet: 10, 33 and 99. RGB value is (16,51,153). Sum of RGB (Red+Green+Blue) = 16+51+153=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #103399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103399 is #EFCC66. Grayscale: #333333. Windows color (decimal): -15715431 or 10040080. OLE color: 10040080.

HSL color Cylindrical-coordinate representation of color #103399: hue angle of 224.67º 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 #103399 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 51 153 -
CMYK 0.90 0.67 0 0.4
HSL 224.67º 0.81% 0.33% -
HSV(B) 224.67º 0.9% 0.6% -
XYZ 7.15 4.78 30.68 -
YUV 52.16 184.9 102.21 -
System Red Green Blue C M Y K H S L
Decimal 16 51 153 0.90 0.67 0 0.4 224.67 0.81 0.33
Hex 10 33 99 5A 43 0 28 E1 51 21
Octal 20 63 231 132 103 0 50 341 121 41
Binary 10000 110011 10011001 1011010 1000011 0 101000 11100001 1010001 100001

Color Harmonies of #103399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103399

Black with #103399

Text Example


Text Example

White with #103399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103399; }

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

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

background-color css

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

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

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

border-color css

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

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

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