Html Css Color HEX #1223AD Egyptian Blue

📋 copy color: '#1223AD'

red 18 ◦ green 35 ◦ blue 173

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

Shades of Egyptian Blue #1223AD

Tints of Egyptian Blue #1223AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.49%

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

R = 7.96%
G = 15.49%
B = 76.55%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1223AD (or 0x1223AD) is known color: Egyptian Blue. HEX triplet: 12, 23 and AD. RGB value is (18,35,173). Sum of RGB (Red+Green+Blue) = 18+35+173=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #1223AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1223AD is #EDDC52. Grayscale: #2D2D2D. Windows color (decimal): -15588435 or 11346706. OLE color: 11346706.

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

Color convert

RGB 18 35 173 -
CMYK 0.90 0.80 0 0.32
HSL 233.42º 0.81% 0.37% -
HSV(B) 233.42º 0.9% 0.68% -
XYZ 8.39 4.35 39.93 -
YUV 45.65 199.87 108.28 -
System Red Green Blue C M Y K H S L
Decimal 18 35 173 0.90 0.80 0 0.32 233.42 0.81 0.37
Hex 12 23 AD 5A 50 0 20 E9 51 25
Octal 22 43 255 132 120 0 40 351 121 45
Binary 10010 100011 10101101 1011010 1010000 0 100000 11101001 1010001 100101

Color Harmonies of #1223AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1223AD

Black with #1223AD

Text Example


Text Example

White with #1223AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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