Html Css Color HEX #10429E Egyptian Blue

📋 copy color: '#10429E'

red 16 ◦ green 66 ◦ blue 158

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

Shades of Egyptian Blue #10429E

Tints of Egyptian Blue #10429E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.5%

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

R = 6.67%
G = 27.5%
B = 65.83%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10429E (or 0x10429E) is known color: Egyptian Blue. HEX triplet: 10, 42 and 9E. RGB value is (16,66,158). Sum of RGB (Red+Green+Blue) = 16+66+158=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #10429E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10429E is #EFBD61. Grayscale: #3D3D3D. Windows color (decimal): -15711586 or 10371600. OLE color: 10371600.

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

Color convert

RGB 16 66 158 -
CMYK 0.90 0.58 0 0.38
HSL 218.87º 0.82% 0.34% -
HSV(B) 218.87º 0.9% 0.62% -
XYZ 8.33 6.48 33.16 -
YUV 61.54 182.44 95.52 -
System Red Green Blue C M Y K H S L
Decimal 16 66 158 0.90 0.58 0 0.38 218.87 0.82 0.34
Hex 10 42 9E 5A 3A 0 26 DB 52 22
Octal 20 102 236 132 72 0 46 333 122 42
Binary 10000 1000010 10011110 1011010 111010 0 100110 11011011 1010010 100010

Color Harmonies of #10429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10429E

Black with #10429E

Text Example


Text Example

White with #10429E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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