Html Css Color HEX #10409C Egyptian Blue

📋 copy color: '#10409C'

red 16 ◦ green 64 ◦ blue 156

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

Shades of Egyptian Blue #10409C

Tints of Egyptian Blue #10409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.12%

 BLUE value IS 156 (61.33% from 255) = 66.1%

R = 6.78%
G = 27.12%
B = 66.1%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10409C (or 0x10409C) is known color: Egyptian Blue. HEX triplet: 10, 40 and 9C. RGB value is (16,64,156). Sum of RGB (Red+Green+Blue) = 16+64+156=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #10409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10409C is #EFBF63. Grayscale: #3B3B3B. Windows color (decimal): -15712100 or 10240016. OLE color: 10240016.

HSL color Cylindrical-coordinate representation of color #10409C: hue angle of 219.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10409C is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 64 156 -
CMYK 0.90 0.59 0 0.39
HSL 219.43º 0.81% 0.34% -
HSV(B) 219.43º 0.9% 0.61% -
XYZ 8.05 6.18 32.22 -
YUV 60.14 182.1 96.52 -
System Red Green Blue C M Y K H S L
Decimal 16 64 156 0.90 0.59 0 0.39 219.43 0.81 0.34
Hex 10 40 9C 5A 3B 0 27 DB 51 22
Octal 20 100 234 132 73 0 47 333 121 42
Binary 10000 1000000 10011100 1011010 111011 0 100111 11011011 1010001 100010

Color Harmonies of #10409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10409C

Black with #10409C

Text Example


Text Example

White with #10409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10409C; }

 p { color: rgb(16,64,156); }

 H1.HeaderClassName
 {
   color: #10409C;
 }
 .AnyTagClassName
 {
   color: #10409C;
 }
</style>

background-color css

<style>
 a { background-color: #10409C; }

 a { background-color: rgb(16,64,156); }

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

border-color css

<style>
 span { border-color: #10409C; }

 span { border-color: rgb(16,64,156); }

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