Html Css Color HEX #1244AD Egyptian Blue

📋 copy color: '#1244AD'

red 18 ◦ green 68 ◦ blue 173

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

Shades of Egyptian Blue #1244AD

Tints of Egyptian Blue #1244AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

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

R = 6.95%
G = 26.25%
B = 66.8%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1244AD (or 0x1244AD) is known color: Egyptian Blue. HEX triplet: 12, 44 and AD. RGB value is (18,68,173). Sum of RGB (Red+Green+Blue) = 18+68+173=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #1244AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1244AD is #EDBB52. Grayscale: #404040. Windows color (decimal): -15579987 or 11355154. OLE color: 11355154.

HSL color Cylindrical-coordinate representation of color #1244AD: hue angle of 220.65º 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 #1244AD is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 68 173 -
CMYK 0.90 0.61 0 0.32
HSL 220.65º 0.81% 0.37% -
HSV(B) 220.65º 0.9% 0.68% -
XYZ 9.86 7.28 40.42 -
YUV 65.02 188.94 94.46 -
System Red Green Blue C M Y K H S L
Decimal 18 68 173 0.90 0.61 0 0.32 220.65 0.81 0.37
Hex 12 44 AD 5A 3D 0 20 DD 51 25
Octal 22 104 255 132 75 0 40 335 121 45
Binary 10010 1000100 10101101 1011010 111101 0 100000 11011101 1010001 100101

Color Harmonies of #1244AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1244AD

Black with #1244AD

Text Example


Text Example

White with #1244AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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