#12205D

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

Shades of Sapphire #12205D

Tints of Sapphire #12205D

Color information

#12205D (or 0x12205D) is unknown color: approx Sapphire. HEX triplet: 12, 20 and 5D. RGB value is (18,32,93). Sum of RGB (Red+Green+Blue) = 18+32+93=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #12205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12205D is #EDDFA2. Grayscale: #222222. Windows color (decimal): -15589283 or 6103058. OLE color: 6103058.

HSL color Cylindrical-coordinate representation of color #12205D: hue angle of 228.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12205D is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB183293-
CMYK0.810.6600.64
HSL228.8º67.57%21.76%-
HSV(B)228.8º80.65%36.47%-
XYZ2.741.9510.59-
YUV34.77160.86116.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 93 (36.72% from 255) = 65.03%
R=12.59%
G=22.38%
B=65.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1832930.810.6600.64228.867.5721.76
Hex12205D5142040e54416
Octal2240135121102010034510426
Binary100101000001011101101000110000100100000011100101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,32,93); }

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

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

 a { background-color: rgb(18,32,93); }

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

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

 span { border-color: rgb(18,32,93); }

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