Html Css Color HEX #1240AD Egyptian Blue

📋 copy color: '#1240AD'

red 18 ◦ green 64 ◦ blue 173

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

Shades of Egyptian Blue #1240AD

Tints of Egyptian Blue #1240AD

RGB

 RED value IS 18 (7.42% from 255) = 7.06%

 GREEN value IS 64 (25.39% from 255) = 25.1%

 BLUE value IS 173 (67.97% from 255) = 67.84%

R = 7.06%
G = 25.1%
B = 67.84%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1240AD (or 0x1240AD) is known color: Egyptian Blue. HEX triplet: 12, 40 and AD. RGB value is (18,64,173). Sum of RGB (Red+Green+Blue) = 18+64+173=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #1240AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1240AD is #EDBF52. Grayscale: #3E3E3E. Windows color (decimal): -15581011 or 11354130. OLE color: 11354130.

HSL color Cylindrical-coordinate representation of color #1240AD: hue angle of 222.19º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1240AD is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 64 173 -
CMYK 0.90 0.63 0 0.32
HSL 222.19º 0.81% 0.37% -
HSV(B) 222.19º 0.9% 0.68% -
XYZ 9.63 6.81 40.34 -
YUV 62.67 190.26 96.14 -
System Red Green Blue C M Y K H S L
Decimal 18 64 173 0.90 0.63 0 0.32 222.19 0.81 0.37
Hex 12 40 AD 5A 3F 0 20 DE 51 25
Octal 22 100 255 132 77 0 40 336 121 45
Binary 10010 1000000 10101101 1011010 111111 0 100000 11011110 1010001 100101

Color Harmonies of #1240AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1240AD

Black with #1240AD

Text Example


Text Example

White with #1240AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1240AD; }

 p { color: rgb(18,64,173); }

 H1.HeaderClassName
 {
   color: #1240AD;
 }
 .AnyTagClassName
 {
   color: #1240AD;
 }
</style>

background-color css

<style>
 a { background-color: #1240AD; }

 a { background-color: rgb(18,64,173); }

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

border-color css

<style>
 span { border-color: #1240AD; }

 span { border-color: rgb(18,64,173); }

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