Html Css Color HEX #1236AE Egyptian Blue

📋 copy color: '#1236AE'

red 18 ◦ green 54 ◦ blue 174

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

Shades of Egyptian Blue #1236AE

Tints of Egyptian Blue #1236AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 70.73%

R = 7.32%
G = 21.95%
B = 70.73%

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

#1236AE (or 0x1236AE) is known color: Egyptian Blue. HEX triplet: 12, 36 and AE. RGB value is (18,54,174). Sum of RGB (Red+Green+Blue) = 18+54+174=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #1236AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1236AE is #EDC951. Grayscale: #383838. Windows color (decimal): -15583570 or 11417106. OLE color: 11417106.

HSL color Cylindrical-coordinate representation of color #1236AE: hue angle of 226.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1236AE is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 54 174 -
CMYK 0.90 0.69 0 0.32
HSL 226.15º 0.81% 0.38% -
HSV(B) 226.15º 0.9% 0.68% -
XYZ 9.21 5.82 40.68 -
YUV 56.92 194.07 100.24 -
System Red Green Blue C M Y K H S L
Decimal 18 54 174 0.90 0.69 0 0.32 226.15 0.81 0.38
Hex 12 36 AE 5A 45 0 20 E2 51 26
Octal 22 66 256 132 105 0 40 342 121 46
Binary 10010 110110 10101110 1011010 1000101 0 100000 11100010 1010001 100110

Color Harmonies of #1236AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1236AE

Black with #1236AE

Text Example


Text Example

White with #1236AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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