#12225D

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

Shades of Sapphire #12225D

Tints of Sapphire #12225D

Color information

#12225D (or 0x12225D) is unknown color: approx Sapphire. HEX triplet: 12, 22 and 5D. RGB value is (18,34,93). Sum of RGB (Red+Green+Blue) = 18+34+93=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #12225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12225D is #EDDDA2. Grayscale: #232323. Windows color (decimal): -15588771 or 6103570. OLE color: 6103570.

HSL color Cylindrical-coordinate representation of color #12225D: hue angle of 227.2º 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 #12225D is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB183493-
CMYK0.810.6300.64
HSL227.2º67.57%21.76%-
HSV(B)227.2º80.65%36.47%-
XYZ2.82.0610.61-
YUV35.94160.2115.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 93 (36.72% from 255) = 64.14%
R=12.41%
G=23.45%
B=64.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1834930.810.6300.64227.267.5721.76
Hex12225D513F040e34416
Octal224213512177010034310426
Binary10010100010101110110100011111110100000011100011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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