#12216C

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

Shades of Sapphire #12216C

Tints of Sapphire #12216C

Color information

#12216C (or 0x12216C) is unknown color: approx Sapphire. HEX triplet: 12, 21 and 6C. RGB value is (18,33,108). Sum of RGB (Red+Green+Blue) = 18+33+108=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 108 (42.58% from 255 or 67.92% from 159); Max value from RGB is 108 - color contains mainly: blue. Hex color #12216C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12216C is #EDDE93. Grayscale: #242424. Windows color (decimal): -15589012 or 7086354. OLE color: 7086354.

HSL color Cylindrical-coordinate representation of color #12216C: hue angle of 230º 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 #12216C is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1833108-
CMYK0.830.6900.58
HSL230º71.43%24.71%-
HSV(B)230º83.33%42.35%-
XYZ3.52.314.45-
YUV37.06168.03114.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 108 (42.58% from 255) = 67.92%
R=11.32%
G=20.75%
B=67.92%

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
Decimal18331080.830.6900.5823071.4324.71
Hex12216C534503Ae64719
Octal224115412310507234610731
Binary10010100001110110010100111000101011101011100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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