#122960

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

Shades of Sapphire #122960

Tints of Sapphire #122960

Color information

#122960 (or 0x122960) is unknown color: approx Sapphire. HEX triplet: 12, 29 and 60. RGB value is (18,41,96). Sum of RGB (Red+Green+Blue) = 18+41+96=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #122960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122960 is #EDD69F. Grayscale: #282828. Windows color (decimal): -15586976 or 6301970. OLE color: 6301970.

HSL color Cylindrical-coordinate representation of color #122960: hue angle of 222.31º 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 #122960 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB184196-
CMYK0.810.5700.62
HSL222.31º68.42%22.35%-
HSV(B)222.31º81.25%37.65%-
XYZ3.152.5611.39-
YUV40.39159.38112.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 96 (37.89% from 255) = 61.94%
R=11.61%
G=26.45%
B=61.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1841960.810.5700.62222.3168.4222.35
Hex122960513903Ede4416
Octal22511401217107633610426
Binary1001010100111000001010001111001011111011011110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122960; }

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

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

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

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

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

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

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

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