#122166

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

Shades of Sapphire #122166

Tints of Sapphire #122166

Color information

#122166 (or 0x122166) is unknown color: approx Sapphire. HEX triplet: 12, 21 and 66. RGB value is (18,33,102). Sum of RGB (Red+Green+Blue) = 18+33+102=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 102 (40.23% from 255 or 66.67% from 153); Max value from RGB is 102 - color contains mainly: blue. Hex color #122166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122166 is #EDDE99. Grayscale: #242424. Windows color (decimal): -15589018 or 6693138. OLE color: 6693138.

HSL color Cylindrical-coordinate representation of color #122166: hue angle of 229.29º 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 #122166 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1833102-
CMYK0.820.6800.6
HSL229.29º70%23.53%-
HSV(B)229.29º82.35%40%-
XYZ3.192.1812.82-
YUV36.38165.03114.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 102 (40.23% from 255) = 66.67%
R=11.76%
G=21.57%
B=66.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18331020.820.6800.6229.297023.53
Hex122166524403Ce54618
Octal224114612210407434510630
Binary10010100001110011010100101000100011110011100101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122166; }

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

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

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

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

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

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

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

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