Html Css Color HEX #123197 Egyptian Blue

📋 copy color: '#123197'

red 18 ◦ green 49 ◦ blue 151

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

Shades of Egyptian Blue #123197

Tints of Egyptian Blue #123197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.48%

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

R = 8.26%
G = 22.48%
B = 69.27%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#123197 (or 0x123197) is known color: Egyptian Blue. HEX triplet: 12, 31 and 97. RGB value is (18,49,151). Sum of RGB (Red+Green+Blue) = 18+49+151=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 151 (59.38% from 255 or 69.27% from 218); Max value from RGB is 151 - color contains mainly: blue. Hex color #123197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123197 is #EDCE68. Grayscale: #323232. Windows color (decimal): -15584873 or 9908498. OLE color: 9908498.

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

Color convert

RGB 18 49 151 -
CMYK 0.88 0.68 0 0.41
HSL 226.02º 0.79% 0.33% -
HSV(B) 226.02º 0.88% 0.59% -
XYZ 6.93 4.56 29.79 -
YUV 51.36 184.23 104.21 -
System Red Green Blue C M Y K H S L
Decimal 18 49 151 0.88 0.68 0 0.41 226.02 0.79 0.33
Hex 12 31 97 58 44 0 29 E2 4F 21
Octal 22 61 227 130 104 0 51 342 117 41
Binary 10010 110001 10010111 1011000 1000100 0 101001 11100010 1001111 100001

Color Harmonies of #123197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123197

Black with #123197

Text Example


Text Example

White with #123197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123197; }

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

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

background-color css

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

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

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

border-color css

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

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

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