#12245D

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

Shades of Sapphire #12245D

Tints of Sapphire #12245D

Color information

#12245D (or 0x12245D) is unknown color: approx Sapphire. HEX triplet: 12, 24 and 5D. RGB value is (18,36,93). Sum of RGB (Red+Green+Blue) = 18+36+93=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #12245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12245D is #EDDBA2. Grayscale: #242424. Windows color (decimal): -15588259 or 6104082. OLE color: 6104082.

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

Color convert

RGB183693-
CMYK0.810.6100.64
HSL225.6º67.57%21.76%-
HSV(B)225.6º80.65%36.47%-
XYZ2.862.1810.63-
YUV37.12159.54114.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 93 (36.72% from 255) = 63.27%
R=12.24%
G=24.49%
B=63.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1836930.810.6100.64225.667.5721.76
Hex12245D513D040e24416
Octal224413512175010034210426
Binary10010100100101110110100011111010100000011100010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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