Html Css Color HEX #103BA5 Egyptian Blue

📋 copy color: '#103BA5'

red 16 ◦ green 59 ◦ blue 165

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

Shades of Egyptian Blue #103BA5

Tints of Egyptian Blue #103BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 68.75%

R = 6.67%
G = 24.58%
B = 68.75%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#103BA5 (or 0x103BA5) is known color: Egyptian Blue. HEX triplet: 10, 3B and A5. RGB value is (16,59,165). Sum of RGB (Red+Green+Blue) = 16+59+165=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 165 (64.84% from 255 or 68.75% from 240); Max value from RGB is 165 - color contains mainly: blue. Hex color #103BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BA5 is #EFC45A. Grayscale: #393939. Windows color (decimal): -15713371 or 10828560. OLE color: 10828560.

HSL color Cylindrical-coordinate representation of color #103BA5: hue angle of 222.68º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103BA5 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 59 165 -
CMYK 0.90 0.64 0 0.35
HSL 222.68º 0.82% 0.35% -
HSV(B) 222.68º 0.9% 0.65% -
XYZ 8.57 5.95 36.3 -
YUV 58.23 188.25 97.88 -
System Red Green Blue C M Y K H S L
Decimal 16 59 165 0.90 0.64 0 0.35 222.68 0.82 0.35
Hex 10 3B A5 5A 40 0 23 DF 52 23
Octal 20 73 245 132 100 0 43 337 122 43
Binary 10000 111011 10100101 1011010 1000000 0 100011 11011111 1010010 100011

Color Harmonies of #103BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103BA5

Black with #103BA5

Text Example


Text Example

White with #103BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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