#123297

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

Shades of Egyptian Blue #123297

Tints of Egyptian Blue #123297

Color information

#123297 (or 0x123297) is unknown color: approx Egyptian Blue. HEX triplet: 12, 32 and 97. RGB value is (18,50,151). Sum of RGB (Red+Green+Blue) = 18+50+151=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #123297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123297 is #EDCD68. Grayscale: #333333. Windows color (decimal): -15584617 or 9908754. OLE color: 9908754.

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

Color convert

RGB1850151-
CMYK0.880.6700.41
HSL225.56º78.7%33.14%-
HSV(B)225.56º88.08%59.22%-
XYZ6.984.6429.81-
YUV51.95183.9103.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 151 (59.38% from 255) = 68.95%
R=8.22%
G=22.83%
B=68.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18501510.880.6700.41225.5678.733.14
Hex1232975843029e24f21
Octal226222713010305134211741
Binary1001011001010010111101100010000110101001111000101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123297; }

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

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

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

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

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

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

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

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