Html Css Color HEX #103B9C Egyptian Blue

📋 copy color: '#103B9C'

red 16 ◦ green 59 ◦ blue 156

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

Shades of Egyptian Blue #103B9C

Tints of Egyptian Blue #103B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 67.53%

R = 6.93%
G = 25.54%
B = 67.53%

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

#103B9C (or 0x103B9C) is known color: Egyptian Blue. HEX triplet: 10, 3B and 9C. RGB value is (16,59,156). Sum of RGB (Red+Green+Blue) = 16+59+156=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #103B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103B9C is #EFC463. Grayscale: #383838. Windows color (decimal): -15713380 or 10238736. OLE color: 10238736.

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

Color convert

RGB 16 59 156 -
CMYK 0.90 0.62 0 0.39
HSL 221.57º 0.81% 0.34% -
HSV(B) 221.57º 0.9% 0.61% -
XYZ 7.78 5.64 32.13 -
YUV 57.2 183.75 98.61 -
System Red Green Blue C M Y K H S L
Decimal 16 59 156 0.90 0.62 0 0.39 221.57 0.81 0.34
Hex 10 3B 9C 5A 3E 0 27 DE 51 22
Octal 20 73 234 132 76 0 47 336 121 42
Binary 10000 111011 10011100 1011010 111110 0 100111 11011110 1010001 100010

Color Harmonies of #103B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103B9C

Black with #103B9C

Text Example


Text Example

White with #103B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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