Html Css Color HEX #103C9A Egyptian Blue

📋 copy color: '#103C9A'

red 16 ◦ green 60 ◦ blue 154

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

Shades of Egyptian Blue #103C9A

Tints of Egyptian Blue #103C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 66.96%

R = 6.96%
G = 26.09%
B = 66.96%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#103C9A (or 0x103C9A) is known color: Egyptian Blue. HEX triplet: 10, 3C and 9A. RGB value is (16,60,154). Sum of RGB (Red+Green+Blue) = 16+60+154=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #103C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103C9A is #EFC365. Grayscale: #393939. Windows color (decimal): -15713126 or 10107920. OLE color: 10107920.

HSL color Cylindrical-coordinate representation of color #103C9A: hue angle of 220.87º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103C9A is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 60 154 -
CMYK 0.90 0.61 0 0.40
HSL 220.87º 0.81% 0.33% -
HSV(B) 220.87º 0.9% 0.6% -
XYZ 7.66 5.67 31.26 -
YUV 57.56 182.42 98.36 -
System Red Green Blue C M Y K H S L
Decimal 16 60 154 0.90 0.61 0 0.40 220.87 0.81 0.33
Hex 10 3C 9A 5A 3D 0 28 DD 51 21
Octal 20 74 232 132 75 0 50 335 121 41
Binary 10000 111100 10011010 1011010 111101 0 101000 11011101 1010001 100001

Color Harmonies of #103C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C9A

Black with #103C9A

Text Example


Text Example

White with #103C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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