Html Css Color HEX #103EAB Egyptian Blue

📋 copy color: '#103EAB'

red 16 ◦ green 62 ◦ blue 171

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

Shades of Egyptian Blue #103EAB

Tints of Egyptian Blue #103EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.9%

 BLUE value IS 171 (67.19% from 255) = 68.67%

R = 6.43%
G = 24.9%
B = 68.67%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#103EAB (or 0x103EAB) is known color: Egyptian Blue. HEX triplet: 10, 3E and AB. RGB value is (16,62,171). Sum of RGB (Red+Green+Blue) = 16+62+171=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #103EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103EAB is #EFC154. Grayscale: #3C3C3C. Windows color (decimal): -15712597 or 11222544. OLE color: 11222544.

HSL color Cylindrical-coordinate representation of color #103EAB: hue angle of 222.19º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103EAB is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 62 171 -
CMYK 0.91 0.64 0 0.33
HSL 222.19º 0.83% 0.37% -
HSV(B) 222.19º 0.91% 0.67% -
XYZ 9.29 6.5 39.29 -
YUV 60.67 190.26 96.14 -
System Red Green Blue C M Y K H S L
Decimal 16 62 171 0.91 0.64 0 0.33 222.19 0.83 0.37
Hex 10 3E AB 5B 40 0 21 DE 53 25
Octal 20 76 253 133 100 0 41 336 123 45
Binary 10000 111110 10101011 1011011 1000000 0 100001 11011110 1010011 100101

Color Harmonies of #103EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103EAB

Black with #103EAB

Text Example


Text Example

White with #103EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,62,171); }

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

background-color css

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

 a { background-color: rgb(16,62,171); }

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

border-color css

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

 span { border-color: rgb(16,62,171); }

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