Html Css Color HEX #10209D Egyptian Blue

📋 copy color: '#10209D'

red 16 ◦ green 32 ◦ blue 157

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

Shades of Egyptian Blue #10209D

Tints of Egyptian Blue #10209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.61%

 BLUE value IS 157 (61.72% from 255) = 76.59%

R = 7.8%
G = 15.61%
B = 76.59%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10209D (or 0x10209D) is known color: Egyptian Blue. HEX triplet: 10, 20 and 9D. RGB value is (16,32,157). Sum of RGB (Red+Green+Blue) = 16+32+157=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #10209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10209D is #EFDF62. Grayscale: #282828. Windows color (decimal): -15720291 or 10297360. OLE color: 10297360.

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

Color convert

RGB 16 32 157 -
CMYK 0.90 0.80 0 0.38
HSL 233.19º 0.82% 0.34% -
HSV(B) 233.19º 0.9% 0.62% -
XYZ 6.82 3.58 32.23 -
YUV 41.47 193.2 109.84 -
System Red Green Blue C M Y K H S L
Decimal 16 32 157 0.90 0.80 0 0.38 233.19 0.82 0.34
Hex 10 20 9D 5A 50 0 26 E9 52 22
Octal 20 40 235 132 120 0 46 351 122 42
Binary 10000 100000 10011101 1011010 1010000 0 100110 11101001 1010010 100010

Color Harmonies of #10209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10209D

Black with #10209D

Text Example


Text Example

White with #10209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10209D; }

 p { color: rgb(16,32,157); }

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

background-color css

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

 a { background-color: rgb(16,32,157); }

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

border-color css

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

 span { border-color: rgb(16,32,157); }

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