Html Css Color HEX #1238AD Egyptian Blue

📋 copy color: '#1238AD'

red 18 ◦ green 56 ◦ blue 173

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

Shades of Egyptian Blue #1238AD

Tints of Egyptian Blue #1238AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

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

R = 7.29%
G = 22.67%
B = 70.04%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1238AD (or 0x1238AD) is known color: Egyptian Blue. HEX triplet: 12, 38 and AD. RGB value is (18,56,173). Sum of RGB (Red+Green+Blue) = 18+56+173=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #1238AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1238AD is #EDC752. Grayscale: #393939. Windows color (decimal): -15583059 or 11352082. OLE color: 11352082.

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

Color convert

RGB 18 56 173 -
CMYK 0.90 0.68 0 0.32
HSL 225.29º 0.81% 0.37% -
HSV(B) 225.29º 0.9% 0.68% -
XYZ 9.21 5.97 40.2 -
YUV 57.98 192.91 99.49 -
System Red Green Blue C M Y K H S L
Decimal 18 56 173 0.90 0.68 0 0.32 225.29 0.81 0.37
Hex 12 38 AD 5A 44 0 20 E1 51 25
Octal 22 70 255 132 104 0 40 341 121 45
Binary 10010 111000 10101101 1011010 1000100 0 100000 11100001 1010001 100101

Color Harmonies of #1238AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1238AD

Black with #1238AD

Text Example


Text Example

White with #1238AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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