Html Css Color HEX #10299E Egyptian Blue

📋 copy color: '#10299E'

red 16 ◦ green 41 ◦ blue 158

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

Shades of Egyptian Blue #10299E

Tints of Egyptian Blue #10299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.07%

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

R = 7.44%
G = 19.07%
B = 73.49%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10299E (or 0x10299E) is known color: Egyptian Blue. HEX triplet: 10, 29 and 9E. RGB value is (16,41,158). Sum of RGB (Red+Green+Blue) = 16+41+158=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 158 (62.11% from 255 or 73.49% from 215); Max value from RGB is 158 - color contains mainly: blue. Hex color #10299E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10299E is #EFD661. Grayscale: #2E2E2E. Windows color (decimal): -15717986 or 10365200. OLE color: 10365200.

HSL color Cylindrical-coordinate representation of color #10299E: hue angle of 229.44º 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 #10299E is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 41 158 -
CMYK 0.90 0.74 0 0.38
HSL 229.44º 0.82% 0.34% -
HSV(B) 229.44º 0.9% 0.62% -
XYZ 7.18 4.16 32.77 -
YUV 46.86 190.72 105.99 -
System Red Green Blue C M Y K H S L
Decimal 16 41 158 0.90 0.74 0 0.38 229.44 0.82 0.34
Hex 10 29 9E 5A 4A 0 26 E5 52 22
Octal 20 51 236 132 112 0 46 345 122 42
Binary 10000 101001 10011110 1011010 1001010 0 100110 11100101 1010010 100010

Color Harmonies of #10299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10299E

Black with #10299E

Text Example


Text Example

White with #10299E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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