#12295D

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

Shades of Sapphire #12295D

Tints of Sapphire #12295D

Color information

#12295D (or 0x12295D) is unknown color: approx Sapphire. HEX triplet: 12, 29 and 5D. RGB value is (18,41,93). Sum of RGB (Red+Green+Blue) = 18+41+93=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #12295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12295D is #EDD6A2. Grayscale: #272727. Windows color (decimal): -15586979 or 6105362. OLE color: 6105362.

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

Color convert

RGB184193-
CMYK0.810.5600.64
HSL221.6º67.57%21.76%-
HSV(B)221.6º80.65%36.47%-
XYZ3.022.510.68-
YUV40.05157.88112.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=11.84%
G=26.97%
B=61.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1841930.810.5600.64221.667.5721.76
Hex12295D5138040de4416
Octal225113512170010033610426
Binary10010101001101110110100011110000100000011011110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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