#12216B

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

Shades of Sapphire #12216B

Tints of Sapphire #12216B

Color information

#12216B (or 0x12216B) is unknown color: approx Sapphire. HEX triplet: 12, 21 and 6B. RGB value is (18,33,107). Sum of RGB (Red+Green+Blue) = 18+33+107=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #12216B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12216B is #EDDE94. Grayscale: #242424. Windows color (decimal): -15589013 or 7020818. OLE color: 7020818.

HSL color Cylindrical-coordinate representation of color #12216B: hue angle of 229.89º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12216B is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1833107-
CMYK0.830.6900.58
HSL229.89º71.2%24.51%-
HSV(B)229.89º83.18%41.96%-
XYZ3.452.2814.17-
YUV36.95167.53114.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 107 (42.19% from 255) = 67.72%
R=11.39%
G=20.89%
B=67.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18331070.830.6900.58229.8971.224.51
Hex12216B534503Ae64719
Octal224115312310507234610731
Binary10010100001110101110100111000101011101011100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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