#122765

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

Shades of Sapphire #122765

Tints of Sapphire #122765

Color information

#122765 (or 0x122765) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 65. RGB value is (18,39,101). Sum of RGB (Red+Green+Blue) = 18+39+101=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #122765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122765 is #EDD89A. Grayscale: #272727. Windows color (decimal): -15587483 or 6629138. OLE color: 6629138.

HSL color Cylindrical-coordinate representation of color #122765: hue angle of 224.82º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122765 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1839101-
CMYK0.820.6100.60
HSL224.82º69.75%23.33%-
HSV(B)224.82º82.18%39.61%-
XYZ3.322.5212.62-
YUV39.79162.54112.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 101 (39.84% from 255) = 63.92%
R=11.39%
G=24.68%
B=63.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18391010.820.6100.60224.8269.7523.33
Hex122765523D03Ce14617
Octal22471451227507434110627
Binary1001010011111001011010010111101011110011100001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122765; }

 p { color: rgb(18,39,101); }

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

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

 a { background-color: rgb(18,39,101); }

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

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

 span { border-color: rgb(18,39,101); }

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