Html Css Color HEX #103FAA Egyptian Blue

📋 copy color: '#103FAA'

red 16 ◦ green 63 ◦ blue 170

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

Shades of Egyptian Blue #103FAA

Tints of Egyptian Blue #103FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 68.27%

R = 6.43%
G = 25.3%
B = 68.27%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#103FAA (or 0x103FAA) is known color: Egyptian Blue. HEX triplet: 10, 3F and AA. RGB value is (16,63,170). Sum of RGB (Red+Green+Blue) = 16+63+170=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #103FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103FAA is #EFC055. Grayscale: #3C3C3C. Windows color (decimal): -15712342 or 11157264. OLE color: 11157264.

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

Color convert

RGB 16 63 170 -
CMYK 0.91 0.63 0 0.33
HSL 221.69º 0.83% 0.36% -
HSV(B) 221.69º 0.91% 0.67% -
XYZ 9.25 6.57 38.81 -
YUV 61.15 189.43 95.8 -
System Red Green Blue C M Y K H S L
Decimal 16 63 170 0.91 0.63 0 0.33 221.69 0.83 0.36
Hex 10 3F AA 5B 3F 0 21 DE 53 24
Octal 20 77 252 133 77 0 41 336 123 44
Binary 10000 111111 10101010 1011011 111111 0 100001 11011110 1010011 100100

Color Harmonies of #103FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103FAA

Black with #103FAA

Text Example


Text Example

White with #103FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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