Html Css Color HEX #103B9B Egyptian Blue

📋 copy color: '#103B9B'

red 16 ◦ green 59 ◦ blue 155

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

Shades of Egyptian Blue #103B9B

Tints of Egyptian Blue #103B9B

RGB

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

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

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

R = 6.96%
G = 25.65%
B = 67.39%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#103B9B (or 0x103B9B) is known color: Egyptian Blue. HEX triplet: 10, 3B and 9B. RGB value is (16,59,155). Sum of RGB (Red+Green+Blue) = 16+59+155=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #103B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103B9B is #EFC464. Grayscale: #383838. Windows color (decimal): -15713381 or 10173200. OLE color: 10173200.

HSL color Cylindrical-coordinate representation of color #103B9B: hue angle of 221.44º 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 #103B9B is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 59 155 -
CMYK 0.90 0.62 0 0.39
HSL 221.44º 0.81% 0.34% -
HSV(B) 221.44º 0.9% 0.61% -
XYZ 7.69 5.6 31.69 -
YUV 57.09 183.25 98.69 -
System Red Green Blue C M Y K H S L
Decimal 16 59 155 0.90 0.62 0 0.39 221.44 0.81 0.34
Hex 10 3B 9B 5A 3E 0 27 DD 51 22
Octal 20 73 233 132 76 0 47 335 121 42
Binary 10000 111011 10011011 1011010 111110 0 100111 11011101 1010001 100010

Color Harmonies of #103B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103B9B

Black with #103B9B

Text Example


Text Example

White with #103B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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