#123097

Color #123097 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #123097

Tints of Egyptian Blue #123097

Color information

#123097 (or 0x123097) is unknown color: approx Egyptian Blue. HEX triplet: 12, 30 and 97. RGB value is (18,48,151). Sum of RGB (Red+Green+Blue) = 18+48+151=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 151 (59.38% from 255 or 69.59% from 217); Max value from RGB is 151 - color contains mainly: blue. Hex color #123097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123097 is #EDCF68. Grayscale: #323232. Windows color (decimal): -15585129 or 9908242. OLE color: 9908242.

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

Color convert

RGB1848151-
CMYK0.880.6800.41
HSL226.47º78.7%33.14%-
HSV(B)226.47º88.08%59.22%-
XYZ6.894.4829.78-
YUV50.77184.56104.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 151 (59.38% from 255) = 69.59%
R=8.29%
G=22.12%
B=69.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18481510.880.6800.41226.4778.733.14
Hex1230975844029e24f21
Octal226022713010405134211741
Binary1001011000010010111101100010001000101001111000101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123097; }

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

 H1.HeaderClassName
 {
   color: #123097;
 }
 .AnyTagClassName
 {
   color: #123097;
 }
</style>
background-color css

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

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

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

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

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

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