#12205F

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

Shades of Sapphire #12205F

Tints of Sapphire #12205F

Color information

#12205F (or 0x12205F) is unknown color: approx Sapphire. HEX triplet: 12, 20 and 5F. RGB value is (18,32,95). Sum of RGB (Red+Green+Blue) = 18+32+95=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 95 (37.5% from 255 or 65.52% from 145); Max value from RGB is 95 - color contains mainly: blue. Hex color #12205F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12205F is #EDDFA0. Grayscale: #222222. Windows color (decimal): -15589281 or 6234130. OLE color: 6234130.

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

Color convert

RGB183295-
CMYK0.810.6600.63
HSL229.09º68.14%22.16%-
HSV(B)229.09º81.05%37.25%-
XYZ2.831.9911.06-
YUV35161.86115.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 95 (37.5% from 255) = 65.52%
R=12.41%
G=22.07%
B=65.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1832950.810.6600.63229.0968.1422.16
Hex12205F514203Fe54416
Octal224013712110207734510426
Binary10010100000101111110100011000010011111111100101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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