Html Css Color HEX #103A9C Egyptian Blue

📋 copy color: '#103A9C'

red 16 ◦ green 58 ◦ blue 156

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

Shades of Egyptian Blue #103A9C

Tints of Egyptian Blue #103A9C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.22%

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

R = 6.96%
G = 25.22%
B = 67.83%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#103A9C (or 0x103A9C) is known color: Egyptian Blue. HEX triplet: 10, 3A and 9C. RGB value is (16,58,156). Sum of RGB (Red+Green+Blue) = 16+58+156=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #103A9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103A9C is #EFC563. Grayscale: #383838. Windows color (decimal): -15713636 or 10238480. OLE color: 10238480.

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

Color convert

RGB 16 58 156 -
CMYK 0.90 0.63 0 0.39
HSL 222º 0.81% 0.34% -
HSV(B) 222º 0.9% 0.61% -
XYZ 7.73 5.54 32.11 -
YUV 56.61 184.09 99.03 -
System Red Green Blue C M Y K H S L
Decimal 16 58 156 0.90 0.63 0 0.39 222 0.81 0.34
Hex 10 3A 9C 5A 3F 0 27 DE 51 22
Octal 20 72 234 132 77 0 47 336 121 42
Binary 10000 111010 10011100 1011010 111111 0 100111 11011110 1010001 100010

Color Harmonies of #103A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103A9C

Black with #103A9C

Text Example


Text Example

White with #103A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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