#122761

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

Shades of Sapphire #122761

Tints of Sapphire #122761

Color information

#122761 (or 0x122761) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 61. RGB value is (18,39,97). Sum of RGB (Red+Green+Blue) = 18+39+97=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #122761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122761 is #EDD89E. Grayscale: #272727. Windows color (decimal): -15587487 or 6366994. OLE color: 6366994.

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

Color convert

RGB183997-
CMYK0.810.6000.62
HSL224.05º68.7%22.55%-
HSV(B)224.05º81.44%38.04%-
XYZ3.132.4411.62-
YUV39.33160.54112.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 97 (38.28% from 255) = 62.99%
R=11.69%
G=25.32%
B=62.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1839970.810.6000.62224.0568.722.55
Hex122761513C03Ee04517
Octal22471411217407634010527
Binary1001010011111000011010001111100011111011100000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122761; }

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

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

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

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

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

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

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

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