Html Css Color HEX #124397 Egyptian Blue

📋 copy color: '#124397'

red 18 ◦ green 67 ◦ blue 151

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

Shades of Egyptian Blue #124397

Tints of Egyptian Blue #124397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

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

R = 7.63%
G = 28.39%
B = 63.98%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#124397 (or 0x124397) is known color: Egyptian Blue. HEX triplet: 12, 43 and 97. RGB value is (18,67,151). Sum of RGB (Red+Green+Blue) = 18+67+151=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #124397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124397 is #EDBC68. Grayscale: #3D3D3D. Windows color (decimal): -15580265 or 9913106. OLE color: 9913106.

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

Color convert

RGB 18 67 151 -
CMYK 0.88 0.56 0 0.41
HSL 217.89º 0.79% 0.33% -
HSV(B) 217.89º 0.88% 0.59% -
XYZ 7.84 6.38 30.1 -
YUV 61.93 178.27 96.67 -
System Red Green Blue C M Y K H S L
Decimal 18 67 151 0.88 0.56 0 0.41 217.89 0.79 0.33
Hex 12 43 97 58 38 0 29 DA 4F 21
Octal 22 103 227 130 70 0 51 332 117 41
Binary 10010 1000011 10010111 1011000 111000 0 101001 11011010 1001111 100001

Color Harmonies of #124397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124397

Black with #124397

Text Example


Text Example

White with #124397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124397; }

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

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

background-color css

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

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

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

border-color css

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

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

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