Html Css Color HEX #103BA8 Egyptian Blue

📋 copy color: '#103BA8'

red 16 ◦ green 59 ◦ blue 168

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

Shades of Egyptian Blue #103BA8

Tints of Egyptian Blue #103BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 69.14%

R = 6.58%
G = 24.28%
B = 69.14%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#103BA8 (or 0x103BA8) is known color: Egyptian Blue. HEX triplet: 10, 3B and A8. RGB value is (16,59,168). Sum of RGB (Red+Green+Blue) = 16+59+168=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 168 (66.02% from 255 or 69.14% from 243); Max value from RGB is 168 - color contains mainly: blue. Hex color #103BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BA8 is #EFC457. Grayscale: #3A3A3A. Windows color (decimal): -15713368 or 11025168. OLE color: 11025168.

HSL color Cylindrical-coordinate representation of color #103BA8: hue angle of 223.03º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103BA8 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 16 59 168 -
CMYK 0.90 0.65 0 0.34
HSL 223.03º 0.83% 0.36% -
HSV(B) 223.03º 0.9% 0.66% -
XYZ 8.85 6.07 37.75 -
YUV 58.57 189.75 97.64 -
System Red Green Blue C M Y K H S L
Decimal 16 59 168 0.90 0.65 0 0.34 223.03 0.83 0.36
Hex 10 3B A8 5A 41 0 22 DF 53 24
Octal 20 73 250 132 101 0 42 337 123 44
Binary 10000 111011 10101000 1011010 1000001 0 100010 11011111 1010011 100100

Color Harmonies of #103BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103BA8

Black with #103BA8

Text Example


Text Example

White with #103BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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