Html Css Color HEX #1241AC Egyptian Blue

📋 copy color: '#1241AC'

red 18 ◦ green 65 ◦ blue 172

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

Shades of Egyptian Blue #1241AC

Tints of Egyptian Blue #1241AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.49%

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

R = 7.06%
G = 25.49%
B = 67.45%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1241AC (or 0x1241AC) is known color: Egyptian Blue. HEX triplet: 12, 41 and AC. RGB value is (18,65,172). Sum of RGB (Red+Green+Blue) = 18+65+172=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #1241AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1241AC is #EDBE53. Grayscale: #3E3E3E. Windows color (decimal): -15580756 or 11288850. OLE color: 11288850.

HSL color Cylindrical-coordinate representation of color #1241AC: hue angle of 221.69º 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 #1241AC is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 65 172 -
CMYK 0.90 0.62 0 0.33
HSL 221.69º 0.81% 0.37% -
HSV(B) 221.69º 0.9% 0.67% -
XYZ 9.59 6.89 39.85 -
YUV 63.15 189.43 95.8 -
System Red Green Blue C M Y K H S L
Decimal 18 65 172 0.90 0.62 0 0.33 221.69 0.81 0.37
Hex 12 41 AC 5A 3E 0 21 DE 51 25
Octal 22 101 254 132 76 0 41 336 121 45
Binary 10010 1000001 10101100 1011010 111110 0 100001 11011110 1010001 100101

Color Harmonies of #1241AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1241AC

Black with #1241AC

Text Example


Text Example

White with #1241AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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