Html Css Color HEX #124197 Egyptian Blue

📋 copy color: '#124197'

red 18 ◦ green 65 ◦ blue 151

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

Shades of Egyptian Blue #124197

Tints of Egyptian Blue #124197

RGB

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

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

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

R = 7.69%
G = 27.78%
B = 64.53%

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

#124197 (or 0x124197) is known color: Egyptian Blue. HEX triplet: 12, 41 and 97. RGB value is (18,65,151). Sum of RGB (Red+Green+Blue) = 18+65+151=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #124197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124197 is #EDBE68. Grayscale: #3C3C3C. Windows color (decimal): -15580777 or 9912594. OLE color: 9912594.

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

Color convert

RGB 18 65 151 -
CMYK 0.88 0.57 0 0.41
HSL 218.8º 0.79% 0.33% -
HSV(B) 218.8º 0.88% 0.59% -
XYZ 7.73 6.14 30.06 -
YUV 60.75 178.93 97.51 -
System Red Green Blue C M Y K H S L
Decimal 18 65 151 0.88 0.57 0 0.41 218.8 0.79 0.33
Hex 12 41 97 58 39 0 29 DB 4F 21
Octal 22 101 227 130 71 0 51 333 117 41
Binary 10010 1000001 10010111 1011000 111001 0 101001 11011011 1001111 100001

Color Harmonies of #124197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124197

Black with #124197

Text Example


Text Example

White with #124197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124197; }

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

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

background-color css

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

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

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

border-color css

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

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

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