Html Css Color HEX #103B9F Egyptian Blue

📋 copy color: '#103B9F'

red 16 ◦ green 59 ◦ blue 159

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

Shades of Egyptian Blue #103B9F

Tints of Egyptian Blue #103B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 67.95%

R = 6.84%
G = 25.21%
B = 67.95%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#103B9F (or 0x103B9F) is known color: Egyptian Blue. HEX triplet: 10, 3B and 9F. RGB value is (16,59,159). Sum of RGB (Red+Green+Blue) = 16+59+159=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #103B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103B9F is #EFC460. Grayscale: #393939. Windows color (decimal): -15713377 or 10435344. OLE color: 10435344.

HSL color Cylindrical-coordinate representation of color #103B9F: hue angle of 221.96º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103B9F is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 59 159 -
CMYK 0.90 0.63 0 0.38
HSL 221.96º 0.82% 0.34% -
HSV(B) 221.96º 0.9% 0.62% -
XYZ 8.04 5.74 33.49 -
YUV 57.54 185.25 98.37 -
System Red Green Blue C M Y K H S L
Decimal 16 59 159 0.90 0.63 0 0.38 221.96 0.82 0.34
Hex 10 3B 9F 5A 3F 0 26 DE 52 22
Octal 20 73 237 132 77 0 46 336 122 42
Binary 10000 111011 10011111 1011010 111111 0 100110 11011110 1010010 100010

Color Harmonies of #103B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103B9F

Black with #103B9F

Text Example


Text Example

White with #103B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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