#12215A

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

Shades of Sapphire #12215A

Tints of Sapphire #12215A

Color information

#12215A (or 0x12215A) is unknown color: approx Sapphire. HEX triplet: 12, 21 and 5A. RGB value is (18,33,90). Sum of RGB (Red+Green+Blue) = 18+33+90=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #12215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12215A is #EDDEA5. Grayscale: #222222. Windows color (decimal): -15589030 or 5906706. OLE color: 5906706.

HSL color Cylindrical-coordinate representation of color #12215A: hue angle of 227.5º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12215A is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB183390-
CMYK0.800.6300.65
HSL227.5º66.67%21.18%-
HSV(B)227.5º80%35.29%-
XYZ2.641.959.91-
YUV35.01159.03115.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=12.77%
G=23.40%
B=63.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1833900.800.6300.65227.566.6721.18
Hex12215A503F041e44315
Octal224113212077010134410325
Binary10010100001101101010100001111110100000111100100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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