Html Css Color HEX #1236AC Egyptian Blue

📋 copy color: '#1236AC'

red 18 ◦ green 54 ◦ blue 172

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

Shades of Egyptian Blue #1236AC

Tints of Egyptian Blue #1236AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 70.49%

R = 7.38%
G = 22.13%
B = 70.49%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1236AC (or 0x1236AC) is known color: Egyptian Blue. HEX triplet: 12, 36 and AC. RGB value is (18,54,172). Sum of RGB (Red+Green+Blue) = 18+54+172=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #1236AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1236AC is #EDC953. Grayscale: #383838. Windows color (decimal): -15583572 or 11286034. OLE color: 11286034.

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

Color convert

RGB 18 54 172 -
CMYK 0.90 0.69 0 0.33
HSL 225.97º 0.81% 0.37% -
HSV(B) 225.97º 0.9% 0.67% -
XYZ 9.02 5.75 39.66 -
YUV 56.69 193.07 100.41 -
System Red Green Blue C M Y K H S L
Decimal 18 54 172 0.90 0.69 0 0.33 225.97 0.81 0.37
Hex 12 36 AC 5A 45 0 21 E2 51 25
Octal 22 66 254 132 105 0 41 342 121 45
Binary 10010 110110 10101100 1011010 1000101 0 100001 11100010 1010001 100101

Color Harmonies of #1236AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1236AC

Black with #1236AC

Text Example


Text Example

White with #1236AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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