#123396

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

Shades of Egyptian Blue #123396

Tints of Egyptian Blue #123396

Color information

#123396 (or 0x123396) is unknown color: approx Egyptian Blue. HEX triplet: 12, 33 and 96. RGB value is (18,51,150). Sum of RGB (Red+Green+Blue) = 18+51+150=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #123396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123396 is #EDCC69. Grayscale: #333333. Windows color (decimal): -15584362 or 9843474. OLE color: 9843474.

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

Color convert

RGB1851150-
CMYK0.880.6600.41
HSL225º78.57%32.94%-
HSV(B)225º88%58.82%-
XYZ6.944.729.4-
YUV52.42183.07103.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=8.22%
G=23.29%
B=68.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18511500.880.6600.4122578.5732.94
Hex1233965842029e14f21
Octal226322613010205134111741
Binary1001011001110010110101100010000100101001111000011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123396; }

 p { color: rgb(18,51,150); }

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

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

 a { background-color: rgb(18,51,150); }

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

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

 span { border-color: rgb(18,51,150); }

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