Html Css Color HEX #103F9B Egyptian Blue

📋 copy color: '#103F9B'

red 16 ◦ green 63 ◦ blue 155

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

Shades of Egyptian Blue #103F9B

Tints of Egyptian Blue #103F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 66.24%

R = 6.84%
G = 26.92%
B = 66.24%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#103F9B (or 0x103F9B) is known color: Egyptian Blue. HEX triplet: 10, 3F and 9B. RGB value is (16,63,155). Sum of RGB (Red+Green+Blue) = 16+63+155=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #103F9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103F9B is #EFC064. Grayscale: #3B3B3B. Windows color (decimal): -15712357 or 10174224. OLE color: 10174224.

HSL color Cylindrical-coordinate representation of color #103F9B: hue angle of 219.71º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103F9B is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 63 155 -
CMYK 0.90 0.59 0 0.39
HSL 219.71º 0.81% 0.34% -
HSV(B) 219.71º 0.9% 0.61% -
XYZ 7.91 6.03 31.76 -
YUV 59.44 181.93 97.02 -
System Red Green Blue C M Y K H S L
Decimal 16 63 155 0.90 0.59 0 0.39 219.71 0.81 0.34
Hex 10 3F 9B 5A 3B 0 27 DC 51 22
Octal 20 77 233 132 73 0 47 334 121 42
Binary 10000 111111 10011011 1011010 111011 0 100111 11011100 1010001 100010

Color Harmonies of #103F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F9B

Black with #103F9B

Text Example


Text Example

White with #103F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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