Html Css Color HEX #124597 Egyptian Blue

📋 copy color: '#124597'

red 18 ◦ green 69 ◦ blue 151

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

Shades of Egyptian Blue #124597

Tints of Egyptian Blue #124597

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.99%

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

R = 7.56%
G = 28.99%
B = 63.45%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#124597 (or 0x124597) is known color: Egyptian Blue. HEX triplet: 12, 45 and 97. RGB value is (18,69,151). Sum of RGB (Red+Green+Blue) = 18+69+151=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #124597 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124597 is #EDBA68. Grayscale: #3E3E3E. Windows color (decimal): -15579753 or 9913618. OLE color: 9913618.

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

Color convert

RGB 18 69 151 -
CMYK 0.88 0.54 0 0.41
HSL 216.99º 0.79% 0.33% -
HSV(B) 216.99º 0.88% 0.59% -
XYZ 7.96 6.62 30.14 -
YUV 63.1 177.6 95.83 -
System Red Green Blue C M Y K H S L
Decimal 18 69 151 0.88 0.54 0 0.41 216.99 0.79 0.33
Hex 12 45 97 58 36 0 29 D9 4F 21
Octal 22 105 227 130 66 0 51 331 117 41
Binary 10010 1000101 10010111 1011000 110110 0 101001 11011001 1001111 100001

Color Harmonies of #124597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124597

Black with #124597

Text Example


Text Example

White with #124597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124597; }

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

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

background-color css

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

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

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

border-color css

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

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

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