Html Css Color HEX #103FAE Egyptian Blue

📋 copy color: '#103FAE'

red 16 ◦ green 63 ◦ blue 174

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

Shades of Egyptian Blue #103FAE

Tints of Egyptian Blue #103FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

 BLUE value IS 174 (68.36% from 255) = 68.77%

R = 6.32%
G = 24.9%
B = 68.77%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#103FAE (or 0x103FAE) is known color: Egyptian Blue. HEX triplet: 10, 3F and AE. RGB value is (16,63,174). Sum of RGB (Red+Green+Blue) = 16+63+174=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #103FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103FAE is #EFC051. Grayscale: #3D3D3D. Windows color (decimal): -15712338 or 11419408. OLE color: 11419408.

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

Color convert

RGB 16 63 174 -
CMYK 0.91 0.64 0 0.32
HSL 222.15º 0.83% 0.37% -
HSV(B) 222.15º 0.91% 0.68% -
XYZ 9.63 6.72 40.83 -
YUV 61.6 191.43 95.47 -
System Red Green Blue C M Y K H S L
Decimal 16 63 174 0.91 0.64 0 0.32 222.15 0.83 0.37
Hex 10 3F AE 5B 40 0 20 DE 53 25
Octal 20 77 256 133 100 0 40 336 123 45
Binary 10000 111111 10101110 1011011 1000000 0 100000 11011110 1010011 100101

Color Harmonies of #103FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103FAE

Black with #103FAE

Text Example


Text Example

White with #103FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,63,174); }

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

background-color css

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

 a { background-color: rgb(16,63,174); }

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

border-color css

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

 span { border-color: rgb(16,63,174); }

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