Html Css Color HEX #103C9C Egyptian Blue

📋 copy color: '#103C9C'

red 16 ◦ green 60 ◦ blue 156

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

Shades of Egyptian Blue #103C9C

Tints of Egyptian Blue #103C9C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.86%

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

R = 6.9%
G = 25.86%
B = 67.24%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#103C9C (or 0x103C9C) is known color: Egyptian Blue. HEX triplet: 10, 3C and 9C. RGB value is (16,60,156). Sum of RGB (Red+Green+Blue) = 16+60+156=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #103C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103C9C is #EFC363. Grayscale: #393939. Windows color (decimal): -15713124 or 10238992. OLE color: 10238992.

HSL color Cylindrical-coordinate representation of color #103C9C: hue angle of 221.14º 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 #103C9C is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 60 156 -
CMYK 0.90 0.62 0 0.39
HSL 221.14º 0.81% 0.34% -
HSV(B) 221.14º 0.9% 0.61% -
XYZ 7.83 5.74 32.15 -
YUV 57.79 183.42 98.19 -
System Red Green Blue C M Y K H S L
Decimal 16 60 156 0.90 0.62 0 0.39 221.14 0.81 0.34
Hex 10 3C 9C 5A 3E 0 27 DD 51 22
Octal 20 74 234 132 76 0 47 335 121 42
Binary 10000 111100 10011100 1011010 111110 0 100111 11011101 1010001 100010

Color Harmonies of #103C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C9C

Black with #103C9C

Text Example


Text Example

White with #103C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103C9C; }

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

 H1.HeaderClassName
 {
   color: #103C9C;
 }
 .AnyTagClassName
 {
   color: #103C9C;
 }
</style>

background-color css

<style>
 a { background-color: #103C9C; }

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

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

border-color css

<style>
 span { border-color: #103C9C; }

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

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