Html Css Color HEX #103BA3 Egyptian Blue

📋 copy color: '#103BA3'

red 16 ◦ green 59 ◦ blue 163

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

Shades of Egyptian Blue #103BA3

Tints of Egyptian Blue #103BA3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.79%

 BLUE value IS 163 (64.06% from 255) = 68.49%

R = 6.72%
G = 24.79%
B = 68.49%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#103BA3 (or 0x103BA3) is known color: Egyptian Blue. HEX triplet: 10, 3B and A3. RGB value is (16,59,163). Sum of RGB (Red+Green+Blue) = 16+59+163=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 163 (64.06% from 255 or 68.49% from 238); Max value from RGB is 163 - color contains mainly: blue. Hex color #103BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BA3 is #EFC45C. Grayscale: #393939. Windows color (decimal): -15713373 or 10697488. OLE color: 10697488.

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

Color convert

RGB 16 59 163 -
CMYK 0.90 0.64 0 0.36
HSL 222.45º 0.82% 0.35% -
HSV(B) 222.45º 0.9% 0.64% -
XYZ 8.39 5.88 35.34 -
YUV 58 187.25 98.04 -
System Red Green Blue C M Y K H S L
Decimal 16 59 163 0.90 0.64 0 0.36 222.45 0.82 0.35
Hex 10 3B A3 5A 40 0 24 DE 52 23
Octal 20 73 243 132 100 0 44 336 122 43
Binary 10000 111011 10100011 1011010 1000000 0 100100 11011110 1010010 100011

Color Harmonies of #103BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103BA3

Black with #103BA3

Text Example


Text Example

White with #103BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,59,163); }

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

background-color css

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

 a { background-color: rgb(16,59,163); }

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

border-color css

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

 span { border-color: rgb(16,59,163); }

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