Html Css Color HEX #124196 Egyptian Blue

📋 copy color: '#124196'

red 18 ◦ green 65 ◦ blue 150

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

Shades of Egyptian Blue #124196

Tints of Egyptian Blue #124196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.38%

R = 7.73%
G = 27.9%
B = 64.38%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#124196 (or 0x124196) is known color: Egyptian Blue. HEX triplet: 12, 41 and 96. RGB value is (18,65,150). Sum of RGB (Red+Green+Blue) = 18+65+150=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #124196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124196 is #EDBE69. Grayscale: #3C3C3C. Windows color (decimal): -15580778 or 9847058. OLE color: 9847058.

HSL color Cylindrical-coordinate representation of color #124196: hue angle of 218.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124196 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 65 150 -
CMYK 0.88 0.57 0 0.41
HSL 218.64º 0.79% 0.33% -
HSV(B) 218.64º 0.88% 0.59% -
XYZ 7.64 6.11 29.63 -
YUV 60.64 178.43 97.59 -
System Red Green Blue C M Y K H S L
Decimal 18 65 150 0.88 0.57 0 0.41 218.64 0.79 0.33
Hex 12 41 96 58 39 0 29 DB 4F 21
Octal 22 101 226 130 71 0 51 333 117 41
Binary 10010 1000001 10010110 1011000 111001 0 101001 11011011 1001111 100001

Color Harmonies of #124196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124196

Black with #124196

Text Example


Text Example

White with #124196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124196; }

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

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

background-color css

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

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

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

border-color css

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

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

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