Html Css Color HEX #10299F Egyptian Blue

📋 copy color: '#10299F'

red 16 ◦ green 41 ◦ blue 159

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

Shades of Egyptian Blue #10299F

Tints of Egyptian Blue #10299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 73.61%

R = 7.41%
G = 18.98%
B = 73.61%

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

#10299F (or 0x10299F) is known color: Egyptian Blue. HEX triplet: 10, 29 and 9F. RGB value is (16,41,159). Sum of RGB (Red+Green+Blue) = 16+41+159=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #10299F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10299F is #EFD660. Grayscale: #2E2E2E. Windows color (decimal): -15717985 or 10430736. OLE color: 10430736.

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

Color convert

RGB 16 41 159 -
CMYK 0.90 0.74 0 0.38
HSL 229.51º 0.82% 0.34% -
HSV(B) 229.51º 0.9% 0.62% -
XYZ 7.26 4.2 33.23 -
YUV 46.98 191.22 105.91 -
System Red Green Blue C M Y K H S L
Decimal 16 41 159 0.90 0.74 0 0.38 229.51 0.82 0.34
Hex 10 29 9F 5A 4A 0 26 E6 52 22
Octal 20 51 237 132 112 0 46 346 122 42
Binary 10000 101001 10011111 1011010 1001010 0 100110 11100110 1010010 100010

Color Harmonies of #10299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10299F

Black with #10299F

Text Example


Text Example

White with #10299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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