Html Css Color HEX #103CA0 Egyptian Blue

📋 copy color: '#103CA0'

red 16 ◦ green 60 ◦ blue 160

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

Shades of Egyptian Blue #103CA0

Tints of Egyptian Blue #103CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 67.8%

R = 6.78%
G = 25.42%
B = 67.8%

CMYK

 C value IS 0.9

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#103CA0 (or 0x103CA0) is known color: Egyptian Blue. HEX triplet: 10, 3C and A0. RGB value is (16,60,160). Sum of RGB (Red+Green+Blue) = 16+60+160=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 160 (62.89% from 255 or 67.80% from 236); Max value from RGB is 160 - color contains mainly: blue. Hex color #103CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103CA0 is #EFC35F. Grayscale: #393939. Windows color (decimal): -15713120 or 10501136. OLE color: 10501136.

HSL color Cylindrical-coordinate representation of color #103CA0: hue angle of 221.67º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103CA0 is Cyan = 0.9, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 60 160 -
CMYK 0.9 0.62 0 0.37
HSL 221.67º 0.82% 0.35% -
HSV(B) 221.67º 0.9% 0.63% -
XYZ 8.17 5.88 33.96 -
YUV 58.24 185.42 97.87 -
System Red Green Blue C M Y K H S L
Decimal 16 60 160 0.9 0.62 0 0.37 221.67 0.82 0.35
Hex 10 3C A0 5A 3E 0 25 DE 52 23
Octal 20 74 240 132 76 0 45 336 122 43
Binary 10000 111100 10100000 1011010 111110 0 100101 11011110 1010010 100011

Color Harmonies of #103CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103CA0

Black with #103CA0

Text Example


Text Example

White with #103CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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