#12296A

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

Shades of Sapphire #12296A

Tints of Sapphire #12296A

Color information

#12296A (or 0x12296A) is unknown color: approx Sapphire. HEX triplet: 12, 29 and 6A. RGB value is (18,41,106). Sum of RGB (Red+Green+Blue) = 18+41+106=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 106 (41.80% from 255 or 64.24% from 165); Max value from RGB is 106 - color contains mainly: blue. Hex color #12296A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12296A is #EDD695. Grayscale: #292929. Windows color (decimal): -15586966 or 6957330. OLE color: 6957330.

HSL color Cylindrical-coordinate representation of color #12296A: hue angle of 224.32º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12296A is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1841106-
CMYK0.830.6100.58
HSL224.32º70.97%24.31%-
HSV(B)224.32º83.02%41.57%-
XYZ3.642.7613.98-
YUV41.53164.38111.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 106 (41.80% from 255) = 64.24%
R=10.91%
G=24.85%
B=64.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18411060.830.6100.58224.3270.9724.31
Hex12296A533D03Ae04718
Octal22511521237507234010730
Binary1001010100111010101010011111101011101011100000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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