#122966

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

Shades of Sapphire #122966

Tints of Sapphire #122966

Color information

#122966 (or 0x122966) is unknown color: approx Sapphire. HEX triplet: 12, 29 and 66. RGB value is (18,41,102). Sum of RGB (Red+Green+Blue) = 18+41+102=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #122966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122966 is #EDD699. Grayscale: #282828. Windows color (decimal): -15586970 or 6695186. OLE color: 6695186.

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

Color convert

RGB1841102-
CMYK0.820.6000.6
HSL223.57º70%23.53%-
HSV(B)223.57º82.35%40%-
XYZ3.442.6712.91-
YUV41.08162.38111.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 102 (40.23% from 255) = 63.35%
R=11.18%
G=25.47%
B=63.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18411020.820.6000.6223.577023.53
Hex122966523C03Ce04618
Octal22511461227407434010630
Binary1001010100111001101010010111100011110011100000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122966; }

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

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

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

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

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

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

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

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