#12215C

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

Shades of Sapphire #12215C

Tints of Sapphire #12215C

Color information

#12215C (or 0x12215C) is unknown color: approx Sapphire. HEX triplet: 12, 21 and 5C. RGB value is (18,33,92). Sum of RGB (Red+Green+Blue) = 18+33+92=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #12215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12215C is #EDDEA3. Grayscale: #222222. Windows color (decimal): -15589028 or 6037778. OLE color: 6037778.

HSL color Cylindrical-coordinate representation of color #12215C: hue angle of 227.84º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12215C is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB183392-
CMYK0.800.6400.64
HSL227.84º67.27%21.57%-
HSV(B)227.84º80.43%36.08%-
XYZ2.731.9910.37-
YUV35.24160.03115.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 92 (36.33% from 255) = 64.34%
R=12.59%
G=23.08%
B=64.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1833920.800.6400.64227.8467.2721.57
Hex12215C5040040e44316
Octal2241134120100010034410326
Binary100101000011011100101000010000000100000011100100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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