Html Css Color HEX #1241A6 Egyptian Blue

📋 copy color: '#1241A6'

red 18 ◦ green 65 ◦ blue 166

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

Shades of Egyptian Blue #1241A6

Tints of Egyptian Blue #1241A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 66.67%

R = 7.23%
G = 26.1%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1241A6 (or 0x1241A6) is known color: Egyptian Blue. HEX triplet: 12, 41 and A6. RGB value is (18,65,166). Sum of RGB (Red+Green+Blue) = 18+65+166=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 166 (65.23% from 255 or 66.67% from 249); Max value from RGB is 166 - color contains mainly: blue. Hex color #1241A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1241A6 is #EDBE59. Grayscale: #3E3E3E. Windows color (decimal): -15580762 or 10895634. OLE color: 10895634.

HSL color Cylindrical-coordinate representation of color #1241A6: hue angle of 220.95º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1241A6 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 65 166 -
CMYK 0.89 0.61 0 0.35
HSL 220.95º 0.8% 0.36% -
HSV(B) 220.95º 0.89% 0.65% -
XYZ 9.02 6.66 36.89 -
YUV 62.46 186.43 96.29 -
System Red Green Blue C M Y K H S L
Decimal 18 65 166 0.89 0.61 0 0.35 220.95 0.8 0.36
Hex 12 41 A6 59 3D 0 23 DD 50 24
Octal 22 101 246 131 75 0 43 335 120 44
Binary 10010 1000001 10100110 1011001 111101 0 100011 11011101 1010000 100100

Color Harmonies of #1241A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1241A6

Black with #1241A6

Text Example


Text Example

White with #1241A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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