#123395

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

Shades of Egyptian Blue #123395

Tints of Egyptian Blue #123395

Color information

#123395 (or 0x123395) is unknown color: approx Egyptian Blue. HEX triplet: 12, 33 and 95. RGB value is (18,51,149). Sum of RGB (Red+Green+Blue) = 18+51+149=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #123395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123395 is #EDCC6A. Grayscale: #333333. Windows color (decimal): -15584363 or 9777938. OLE color: 9777938.

HSL color Cylindrical-coordinate representation of color #123395: hue angle of 224.89º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123395 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1851149-
CMYK0.880.6600.42
HSL224.89º78.44%32.75%-
HSV(B)224.89º87.92%58.43%-
XYZ6.864.6728.97-
YUV52.3182.57103.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 149 (58.59% from 255) = 68.35%
R=8.26%
G=23.39%
B=68.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18511490.880.6600.42224.8978.4432.75
Hex123395584202Ae14e21
Octal226322513010205234111641
Binary1001011001110010101101100010000100101010111000011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123395; }

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

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

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

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

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

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

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

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