#122956

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

Shades of Sapphire #122956

Tints of Sapphire #122956

Color information

#122956 (or 0x122956) is unknown color: approx Sapphire. HEX triplet: 12, 29 and 56. RGB value is (18,41,86). Sum of RGB (Red+Green+Blue) = 18+41+86=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #122956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122956 is #EDD6A9. Grayscale: #272727. Windows color (decimal): -15586986 or 5646610. OLE color: 5646610.

HSL color Cylindrical-coordinate representation of color #122956: hue angle of 219.71º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122956 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB184186-
CMYK0.790.5200.66
HSL219.71º65.38%20.39%-
HSV(B)219.71º79.07%33.73%-
XYZ2.722.399.12-
YUV39.25154.38112.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 86 (33.98% from 255) = 59.31%
R=12.41%
G=28.28%
B=59.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1841860.790.5200.66219.7165.3820.39
Hex1229564F34042dc4114
Octal225112611764010233410124
Binary10010101001101011010011111101000100001011011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122956; }

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

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

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

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

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

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

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

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