Html Css Color HEX #10399E Egyptian Blue

📋 copy color: '#10399E'

red 16 ◦ green 57 ◦ blue 158

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

Shades of Egyptian Blue #10399E

Tints of Egyptian Blue #10399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.68%

 BLUE value IS 158 (62.11% from 255) = 68.4%

R = 6.93%
G = 24.68%
B = 68.4%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10399E (or 0x10399E) is known color: Egyptian Blue. HEX triplet: 10, 39 and 9E. RGB value is (16,57,158). Sum of RGB (Red+Green+Blue) = 16+57+158=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #10399E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10399E is #EFC661. Grayscale: #373737. Windows color (decimal): -15713890 or 10369296. OLE color: 10369296.

HSL color Cylindrical-coordinate representation of color #10399E: hue angle of 222.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10399E is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 57 158 -
CMYK 0.90 0.64 0 0.38
HSL 222.68º 0.82% 0.34% -
HSV(B) 222.68º 0.9% 0.62% -
XYZ 7.85 5.51 33 -
YUV 56.26 185.42 99.29 -
System Red Green Blue C M Y K H S L
Decimal 16 57 158 0.90 0.64 0 0.38 222.68 0.82 0.34
Hex 10 39 9E 5A 40 0 26 DF 52 22
Octal 20 71 236 132 100 0 46 337 122 42
Binary 10000 111001 10011110 1011010 1000000 0 100110 11011111 1010010 100010

Color Harmonies of #10399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10399E

Black with #10399E

Text Example


Text Example

White with #10399E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10399E; }

 p { color: rgb(16,57,158); }

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

background-color css

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

 a { background-color: rgb(16,57,158); }

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

border-color css

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

 span { border-color: rgb(16,57,158); }

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