#122361

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

Shades of Sapphire #122361

Tints of Sapphire #122361

Color information

#122361 (or 0x122361) is unknown color: approx Sapphire. HEX triplet: 12, 23 and 61. RGB value is (18,35,97). Sum of RGB (Red+Green+Blue) = 18+35+97=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #122361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122361 is #EDDC9E. Grayscale: #242424. Windows color (decimal): -15588511 or 6365970. OLE color: 6365970.

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

Color convert

RGB183597-
CMYK0.810.6400.62
HSL227.09º68.7%22.55%-
HSV(B)227.09º81.44%38.04%-
XYZ3.012.1911.57-
YUV36.98161.87114.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 35 (14.06% from 255) = 23.33%
BLUE value IS 97 (38.28% from 255) = 64.67%
R=12%
G=23.33%
B=64.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1835970.810.6400.62227.0968.722.55
Hex122361514003Ee34517
Octal224314112110007634310527
Binary10010100011110000110100011000000011111011100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122361; }

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

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

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

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

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

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

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

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