Html Css Color HEX #103CAF Egyptian Blue

📋 copy color: '#103CAF'

red 16 ◦ green 60 ◦ blue 175

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

Shades of Egyptian Blue #103CAF

Tints of Egyptian Blue #103CAF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.9%

 BLUE value IS 175 (68.75% from 255) = 69.72%

R = 6.37%
G = 23.9%
B = 69.72%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#103CAF (or 0x103CAF) is known color: Egyptian Blue. HEX triplet: 10, 3C and AF. RGB value is (16,60,175). Sum of RGB (Red+Green+Blue) = 16+60+175=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #103CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103CAF is #EFC350. Grayscale: #3B3B3B. Windows color (decimal): -15713105 or 11484176. OLE color: 11484176.

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

Color convert

RGB 16 60 175 -
CMYK 0.91 0.66 0 0.31
HSL 223.4º 0.83% 0.37% -
HSV(B) 223.4º 0.91% 0.69% -
XYZ 9.57 6.44 41.3 -
YUV 59.95 192.92 96.65 -
System Red Green Blue C M Y K H S L
Decimal 16 60 175 0.91 0.66 0 0.31 223.4 0.83 0.37
Hex 10 3C AF 5B 42 0 1F DF 53 25
Octal 20 74 257 133 102 0 37 337 123 45
Binary 10000 111100 10101111 1011011 1000010 0 11111 11011111 1010011 100101

Color Harmonies of #103CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103CAF

Black with #103CAF

Text Example


Text Example

White with #103CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,60,175); }

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

background-color css

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

 a { background-color: rgb(16,60,175); }

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

border-color css

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

 span { border-color: rgb(16,60,175); }

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