Html Css Color HEX #103BAE Egyptian Blue

📋 copy color: '#103BAE'

red 16 ◦ green 59 ◦ blue 174

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

Shades of Egyptian Blue #103BAE

Tints of Egyptian Blue #103BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.88%

R = 6.43%
G = 23.69%
B = 69.88%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#103BAE (or 0x103BAE) is known color: Egyptian Blue. HEX triplet: 10, 3B and AE. RGB value is (16,59,174). Sum of RGB (Red+Green+Blue) = 16+59+174=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #103BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BAE is #EFC451. Grayscale: #3A3A3A. Windows color (decimal): -15713362 or 11418384. OLE color: 11418384.

HSL color Cylindrical-coordinate representation of color #103BAE: hue angle of 223.67º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103BAE is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 59 174 -
CMYK 0.91 0.66 0 0.32
HSL 223.67º 0.83% 0.37% -
HSV(B) 223.67º 0.91% 0.68% -
XYZ 9.42 6.29 40.76 -
YUV 59.25 192.75 97.15 -
System Red Green Blue C M Y K H S L
Decimal 16 59 174 0.91 0.66 0 0.32 223.67 0.83 0.37
Hex 10 3B AE 5B 42 0 20 E0 53 25
Octal 20 73 256 133 102 0 40 340 123 45
Binary 10000 111011 10101110 1011011 1000010 0 100000 11100000 1010011 100101

Color Harmonies of #103BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103BAE

Black with #103BAE

Text Example


Text Example

White with #103BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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