Html Css Color HEX #124497 Egyptian Blue

📋 copy color: '#124497'

red 18 ◦ green 68 ◦ blue 151

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

Shades of Egyptian Blue #124497

Tints of Egyptian Blue #124497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

 BLUE value IS 151 (59.38% from 255) = 63.71%

R = 7.59%
G = 28.69%
B = 63.71%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#124497 (or 0x124497) is known color: Egyptian Blue. HEX triplet: 12, 44 and 97. RGB value is (18,68,151). Sum of RGB (Red+Green+Blue) = 18+68+151=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #124497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124497 is #EDBB68. Grayscale: #3E3E3E. Windows color (decimal): -15580009 or 9913362. OLE color: 9913362.

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

Color convert

RGB 18 68 151 -
CMYK 0.88 0.55 0 0.41
HSL 217.44º 0.79% 0.33% -
HSV(B) 217.44º 0.88% 0.59% -
XYZ 7.9 6.5 30.12 -
YUV 62.51 177.94 96.25 -
System Red Green Blue C M Y K H S L
Decimal 18 68 151 0.88 0.55 0 0.41 217.44 0.79 0.33
Hex 12 44 97 58 37 0 29 D9 4F 21
Octal 22 104 227 130 67 0 51 331 117 41
Binary 10010 1000100 10010111 1011000 110111 0 101001 11011001 1001111 100001

Color Harmonies of #124497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124497

Black with #124497

Text Example


Text Example

White with #124497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124497; }

 p { color: rgb(18,68,151); }

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

background-color css

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

 a { background-color: rgb(18,68,151); }

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

border-color css

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

 span { border-color: rgb(18,68,151); }

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