Html Css Color HEX #103FAB Egyptian Blue

📋 copy color: '#103FAB'

red 16 ◦ green 63 ◦ blue 171

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

Shades of Egyptian Blue #103FAB

Tints of Egyptian Blue #103FAB

RGB

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

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

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

R = 6.4%
G = 25.2%
B = 68.4%

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

#103FAB (or 0x103FAB) is known color: Egyptian Blue. HEX triplet: 10, 3F and AB. RGB value is (16,63,171). Sum of RGB (Red+Green+Blue) = 16+63+171=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #103FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103FAB is #EFC054. Grayscale: #3C3C3C. Windows color (decimal): -15712341 or 11222800. OLE color: 11222800.

HSL color Cylindrical-coordinate representation of color #103FAB: hue angle of 221.81º 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 #103FAB is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 63 171 -
CMYK 0.91 0.63 0 0.33
HSL 221.81º 0.83% 0.37% -
HSV(B) 221.81º 0.91% 0.67% -
XYZ 9.34 6.61 39.31 -
YUV 61.26 189.93 95.72 -
System Red Green Blue C M Y K H S L
Decimal 16 63 171 0.91 0.63 0 0.33 221.81 0.83 0.37
Hex 10 3F AB 5B 3F 0 21 DE 53 25
Octal 20 77 253 133 77 0 41 336 123 45
Binary 10000 111111 10101011 1011011 111111 0 100001 11011110 1010011 100101

Color Harmonies of #103FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103FAB

Black with #103FAB

Text Example


Text Example

White with #103FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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