Html Css Color HEX #124096 Egyptian Blue

📋 copy color: '#124096'

red 18 ◦ green 64 ◦ blue 150

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

Shades of Egyptian Blue #124096

Tints of Egyptian Blue #124096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

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

R = 7.76%
G = 27.59%
B = 64.66%

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

#124096 (or 0x124096) is known color: Egyptian Blue. HEX triplet: 12, 40 and 96. RGB value is (18,64,150). Sum of RGB (Red+Green+Blue) = 18+64+150=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #124096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124096 is #EDBF69. Grayscale: #3B3B3B. Windows color (decimal): -15581034 or 9846802. OLE color: 9846802.

HSL color Cylindrical-coordinate representation of color #124096: hue angle of 219.09º 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 #124096 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 64 150 -
CMYK 0.88 0.57 0 0.41
HSL 219.09º 0.79% 0.33% -
HSV(B) 219.09º 0.88% 0.59% -
XYZ 7.59 6 29.61 -
YUV 60.05 178.76 98.01 -
System Red Green Blue C M Y K H S L
Decimal 18 64 150 0.88 0.57 0 0.41 219.09 0.79 0.33
Hex 12 40 96 58 39 0 29 DB 4F 21
Octal 22 100 226 130 71 0 51 333 117 41
Binary 10010 1000000 10010110 1011000 111001 0 101001 11011011 1001111 100001

Color Harmonies of #124096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124096

Black with #124096

Text Example


Text Example

White with #124096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124096; }

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

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

background-color css

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

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

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

border-color css

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

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

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