#12326D

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

Shades of Sapphire #12326D

Tints of Sapphire #12326D

Color information

#12326D (or 0x12326D) is unknown color: approx Sapphire. HEX triplet: 12, 32 and 6D. RGB value is (18,50,109). Sum of RGB (Red+Green+Blue) = 18+50+109=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #12326D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12326D is #EDCD92. Grayscale: #2E2E2E. Windows color (decimal): -15584659 or 7156242. OLE color: 7156242.

HSL color Cylindrical-coordinate representation of color #12326D: hue angle of 218.9º 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 #12326D is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1850109-
CMYK0.830.5400.57
HSL218.9º71.65%24.9%-
HSV(B)218.9º83.49%42.75%-
XYZ4.153.5114.93-
YUV47.16162.9107.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 109 (42.97% from 255) = 61.58%
R=10.17%
G=28.25%
B=61.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18501090.830.5400.57218.971.6524.9
Hex12326D5336039db4819
Octal22621551236607133311031
Binary1001011001011011011010011110110011100111011011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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