#12216D

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

Shades of Sapphire #12216D

Tints of Sapphire #12216D

Color information

#12216D (or 0x12216D) is unknown color: approx Sapphire. HEX triplet: 12, 21 and 6D. RGB value is (18,33,109). Sum of RGB (Red+Green+Blue) = 18+33+109=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #12216D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12216D is #EDDE92. Grayscale: #242424. Windows color (decimal): -15589011 or 7151890. OLE color: 7151890.

HSL color Cylindrical-coordinate representation of color #12216D: hue angle of 230.11º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12216D is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1833109-
CMYK0.830.7000.57
HSL230.11º71.65%24.9%-
HSV(B)230.11º83.49%42.75%-
XYZ3.552.3214.73-
YUV37.18168.53114.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 109 (42.97% from 255) = 68.12%
R=11.25%
G=20.62%
B=68.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18331090.830.7000.57230.1171.6524.9
Hex12216D5346039e64819
Octal224115512310607134611031
Binary10010100001110110110100111000110011100111100110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12216D; }

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

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

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

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

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

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

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

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