Html Css Color HEX #1236AD Egyptian Blue

📋 copy color: '#1236AD'

red 18 ◦ green 54 ◦ blue 173

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

Shades of Egyptian Blue #1236AD

Tints of Egyptian Blue #1236AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

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

R = 7.35%
G = 22.04%
B = 70.61%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1236AD (or 0x1236AD) is known color: Egyptian Blue. HEX triplet: 12, 36 and AD. RGB value is (18,54,173). Sum of RGB (Red+Green+Blue) = 18+54+173=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #1236AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1236AD is #EDC952. Grayscale: #383838. Windows color (decimal): -15583571 or 11351570. OLE color: 11351570.

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

Color convert

RGB 18 54 173 -
CMYK 0.90 0.69 0 0.32
HSL 226.06º 0.81% 0.37% -
HSV(B) 226.06º 0.9% 0.68% -
XYZ 9.11 5.78 40.17 -
YUV 56.8 193.57 100.32 -
System Red Green Blue C M Y K H S L
Decimal 18 54 173 0.90 0.69 0 0.32 226.06 0.81 0.37
Hex 12 36 AD 5A 45 0 20 E2 51 25
Octal 22 66 255 132 105 0 40 342 121 45
Binary 10010 110110 10101101 1011010 1000101 0 100000 11100010 1010001 100101

Color Harmonies of #1236AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1236AD

Black with #1236AD

Text Example


Text Example

White with #1236AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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