#122757

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

Shades of Sapphire #122757

Tints of Sapphire #122757

Color information

#122757 (or 0x122757) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 57. RGB value is (18,39,87). Sum of RGB (Red+Green+Blue) = 18+39+87=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #122757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122757 is #EDD8A8. Grayscale: #252525. Windows color (decimal): -15587497 or 5711634. OLE color: 5711634.

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

Color convert

RGB183987-
CMYK0.790.5500.66
HSL221.74º65.71%20.59%-
HSV(B)221.74º79.31%34.12%-
XYZ2.72.279.31-
YUV38.19155.54113.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 87 (34.38% from 255) = 60.42%
R=12.5%
G=27.08%
B=60.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1839870.790.5500.66221.7465.7120.59
Hex1227574F37042de4215
Octal224712711767010233610225
Binary10010100111101011110011111101110100001011011110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122757; }

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

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

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

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

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

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

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

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