#12346C

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

Shades of Sapphire #12346C

Tints of Sapphire #12346C

Color information

#12346C (or 0x12346C) is unknown color: approx Sapphire. HEX triplet: 12, 34 and 6C. RGB value is (18,52,108). Sum of RGB (Red+Green+Blue) = 18+52+108=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #12346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12346C is #EDCB93. Grayscale: #2F2F2F. Windows color (decimal): -15584148 or 7091218. OLE color: 7091218.

HSL color Cylindrical-coordinate representation of color #12346C: hue angle of 217.33º 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 #12346C is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1852108-
CMYK0.830.5200.58
HSL217.33º71.43%24.71%-
HSV(B)217.33º83.33%42.35%-
XYZ4.183.6714.67-
YUV48.22161.74106.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 108 (42.58% from 255) = 60.67%
R=10.11%
G=29.21%
B=60.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18521080.830.5200.58217.3371.4324.71
Hex12346C533403Ad94719
Octal22641541236407233110731
Binary1001011010011011001010011110100011101011011001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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