#122695

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

Shades of Egyptian Blue #122695

Tints of Egyptian Blue #122695

Color information

#122695 (or 0x122695) is unknown color: approx Egyptian Blue. HEX triplet: 12, 26 and 95. RGB value is (18,38,149). Sum of RGB (Red+Green+Blue) = 18+38+149=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #122695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122695 is #EDD96A. Grayscale: #2C2C2C. Windows color (decimal): -15587691 or 9774610. OLE color: 9774610.

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

Color convert

RGB1838149-
CMYK0.880.7400.42
HSL230.84º78.44%32.75%-
HSV(B)230.84º87.92%58.43%-
XYZ6.373.6828.81-
YUV44.67186.87108.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 149 (58.59% from 255) = 72.68%
R=8.78%
G=18.54%
B=72.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18381490.880.7400.42230.8478.4432.75
Hex122695584A02Ae74e21
Octal224622513011205234711641
Binary1001010011010010101101100010010100101010111001111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122695; }

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

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

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

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

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

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

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

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