Html Css Color HEX #103AAC Egyptian Blue

📋 copy color: '#103AAC'

red 16 ◦ green 58 ◦ blue 172

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

Shades of Egyptian Blue #103AAC

Tints of Egyptian Blue #103AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.58%

 BLUE value IS 172 (67.58% from 255) = 69.92%

R = 6.5%
G = 23.58%
B = 69.92%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#103AAC (or 0x103AAC) is known color: Egyptian Blue. HEX triplet: 10, 3A and AC. RGB value is (16,58,172). Sum of RGB (Red+Green+Blue) = 16+58+172=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #103AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103AAC is #EFC553. Grayscale: #393939. Windows color (decimal): -15713620 or 11287056. OLE color: 11287056.

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

Color convert

RGB 16 58 172 -
CMYK 0.91 0.66 0 0.33
HSL 223.85º 0.83% 0.37% -
HSV(B) 223.85º 0.91% 0.67% -
XYZ 9.17 6.11 39.73 -
YUV 58.44 192.09 97.73 -
System Red Green Blue C M Y K H S L
Decimal 16 58 172 0.91 0.66 0 0.33 223.85 0.83 0.37
Hex 10 3A AC 5B 42 0 21 E0 53 25
Octal 20 72 254 133 102 0 41 340 123 45
Binary 10000 111010 10101100 1011011 1000010 0 100001 11100000 1010011 100101

Color Harmonies of #103AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103AAC

Black with #103AAC

Text Example


Text Example

White with #103AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,58,172); }

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

background-color css

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

 a { background-color: rgb(16,58,172); }

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

border-color css

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

 span { border-color: rgb(16,58,172); }

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