#12326C

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

Shades of Sapphire #12326C

Tints of Sapphire #12326C

Color information

#12326C (or 0x12326C) is unknown color: approx Sapphire. HEX triplet: 12, 32 and 6C. RGB value is (18,50,108). Sum of RGB (Red+Green+Blue) = 18+50+108=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #12326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12326C is #EDCD93. Grayscale: #2E2E2E. Windows color (decimal): -15584660 or 7090706. OLE color: 7090706.

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

Color convert

RGB1850108-
CMYK0.830.5400.58
HSL218.67º71.43%24.71%-
HSV(B)218.67º83.33%42.35%-
XYZ4.13.4914.65-
YUV47.04162.4107.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 108 (42.58% from 255) = 61.36%
R=10.23%
G=28.41%
B=61.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18501080.830.5400.58218.6771.4324.71
Hex12326C533603Adb4719
Octal22621541236607233310731
Binary1001011001011011001010011110110011101011011011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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