#122366

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

Shades of Sapphire #122366

Tints of Sapphire #122366

Color information

#122366 (or 0x122366) is unknown color: approx Sapphire. HEX triplet: 12, 23 and 66. RGB value is (18,35,102). Sum of RGB (Red+Green+Blue) = 18+35+102=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #122366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122366 is #EDDC99. Grayscale: #252525. Windows color (decimal): -15588506 or 6693650. OLE color: 6693650.

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

Color convert

RGB1835102-
CMYK0.820.6600.6
HSL227.86º70%23.53%-
HSV(B)227.86º82.35%40%-
XYZ3.252.2912.84-
YUV37.56164.37114.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 102 (40.23% from 255) = 65.81%
R=11.61%
G=22.58%
B=65.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18351020.820.6600.6227.867023.53
Hex122366524203Ce44618
Octal224314612210207434410630
Binary10010100011110011010100101000010011110011100100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122366; }

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

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

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

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

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

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

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

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