Html Css Color HEX #1243AD Egyptian Blue

📋 copy color: '#1243AD'

red 18 ◦ green 67 ◦ blue 173

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

Shades of Egyptian Blue #1243AD

Tints of Egyptian Blue #1243AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.97%

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

R = 6.98%
G = 25.97%
B = 67.05%

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

#1243AD (or 0x1243AD) is known color: Egyptian Blue. HEX triplet: 12, 43 and AD. RGB value is (18,67,173). Sum of RGB (Red+Green+Blue) = 18+67+173=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #1243AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1243AD is #EDBC52. Grayscale: #3F3F3F. Windows color (decimal): -15580243 or 11354898. OLE color: 11354898.

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

Color convert

RGB 18 67 173 -
CMYK 0.90 0.61 0 0.32
HSL 221.03º 0.81% 0.37% -
HSV(B) 221.03º 0.9% 0.68% -
XYZ 9.8 7.16 40.4 -
YUV 64.43 189.27 94.88 -
System Red Green Blue C M Y K H S L
Decimal 18 67 173 0.90 0.61 0 0.32 221.03 0.81 0.37
Hex 12 43 AD 5A 3D 0 20 DD 51 25
Octal 22 103 255 132 75 0 40 335 121 45
Binary 10010 1000011 10101101 1011010 111101 0 100000 11011101 1010001 100101

Color Harmonies of #1243AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1243AD

Black with #1243AD

Text Example


Text Example

White with #1243AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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