#12296D

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

Shades of Sapphire #12296D

Tints of Sapphire #12296D

Color information

#12296D (or 0x12296D) is unknown color: approx Sapphire. HEX triplet: 12, 29 and 6D. RGB value is (18,41,109). Sum of RGB (Red+Green+Blue) = 18+41+109=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #12296D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12296D is #EDD692. Grayscale: #292929. Windows color (decimal): -15586963 or 7153938. OLE color: 7153938.

HSL color Cylindrical-coordinate representation of color #12296D: hue angle of 224.84º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12296D is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1841109-
CMYK0.830.6200.57
HSL224.84º71.65%24.9%-
HSV(B)224.84º83.49%42.75%-
XYZ3.82.8214.81-
YUV41.88165.88110.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 109 (42.97% from 255) = 64.88%
R=10.71%
G=24.40%
B=64.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18411090.830.6200.57224.8471.6524.9
Hex12296D533E039e14819
Octal22511551237607134111031
Binary1001010100111011011010011111110011100111100001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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