#122260

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

Shades of Sapphire #122260

Tints of Sapphire #122260

Color information

#122260 (or 0x122260) is unknown color: approx Sapphire. HEX triplet: 12, 22 and 60. RGB value is (18,34,96). Sum of RGB (Red+Green+Blue) = 18+34+96=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #122260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122260 is #EDDD9F. Grayscale: #242424. Windows color (decimal): -15588768 or 6300178. OLE color: 6300178.

HSL color Cylindrical-coordinate representation of color #122260: hue angle of 227.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122260 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB183496-
CMYK0.810.6500.62
HSL227.69º68.42%22.35%-
HSV(B)227.69º81.25%37.65%-
XYZ2.932.1211.32-
YUV36.28161.7114.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 96 (37.89% from 255) = 64.86%
R=12.16%
G=22.97%
B=64.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1834960.810.6500.62227.6968.4222.35
Hex122260514103Ee44416
Octal224214012110107634410426
Binary10010100010110000010100011000001011111011100100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122260; }

 p { color: rgb(18,34,96); }

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

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

 a { background-color: rgb(18,34,96); }

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

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

 span { border-color: rgb(18,34,96); }

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